Hi,
It is possible with PowerBI API to get columns of a table with all the fields and data type?
e.g. with the GET htps://api/powerbi.com/v1.0/myorg/datasets/ID/tables I get the json that looks something like this
"value":[{ "name": "product"}], but what I really need is json that contains table name but also all the colums fiels with the corresponding data type.
How to make this?
Is it possible?
Thank you