Retrieving data from a Power BI service to a Mendix App

0
Hi colleagues,   There is a data from a power BI service that we need to retrieve by our Mendix App.  What are the possible ways that we can integrate and use their data there?   Would a Consume OData service would work? And would that work too if my data source does not came from mendix?   Thanks!
asked
1 answers
0

As long as the OData service can be reached from the Mendix app this will work to consume the data from Power BI. You could also consider adding the OData source to Mendix Connect (datahub) and consume the data as external entities. OData is not limited to Mendix apps as the source.

answered