Power Bi dataset to Mendix entities

0
Hello, I am seeking guidance on extracting data from a Power BI data source for integration with Mendix. Specifically, I am interested in methods that would allow Mendix to store data from the Power BI data source into entities through mapping, possibly using REST APIs. While I have explored Power BI's APIs, my findings predominantly detail how to obtain dataset metadata, rather than the actual data. Could you advise on how to directly retrieve this data? Thank you for your assistance. Best regards, Vaclav
asked
1 answers
1

I would recommend using DAX query: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries

answered