Forum Discussion
Anonymous
6 years agoNot applicable
How to get Bearer Token for Power BI Rest API?
Hi guys. I am trying to create a report using Power BI Rest API to get the refresh schedules of datasets so I can setup Alerts which will later be used in Flow to trigger refreshes. I've used...
- 6 years ago
Hi Anonymous
you have to use a custom connector in Power Query to access this API: https://github.com/migueesc123/PowerBIRESTAPI
ImkeF
Community Champion
6 years agoHi Anonymous
you have to use a custom connector in Power Query to access this API: https://github.com/migueesc123/PowerBIRESTAPI
Anonymous
6 years agoNot applicable
I started using this but was not sure if this might be the right approach. From your response I can be sure thought that I am on the right path.
Thank you.