I have an application that uses data from a DataSet in Power BI, right now, we use a flow under power automate to retrieve this data from and generated endpoint.
This is a simple question because I cannot find anything under the MS docs. Is it possible (using a connector or something similar) to retrieve the data from the dataset directly from my nodeJS app?
Note: Our app is deployed in Azure so maybe there could be an Azure function to handle that
Any guidance or docs will be highly appreciated, at least to point me in the right direction.