Hello,
I'm successfully able to connect to power bi.
When i use the route https://api.powerbi.com/v1.0/myorg/datasets/{id-here} , i get only the meta data like name, configuredBy, isRefreshable ...
How can i get data from an existing table in my dashboard and not only the structure, which route should i use ? is it possible ?
Can i create a new table with json (POST) and get data as response ?
thank you,