March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 the documentation from here https://docs.microsoft.com/en-us/rest/api/power-bi/ and have managed to compile the data.
In order to pass authentification and test, I've used the Try It button to get the Bearer Token and signed in Annonymously, passing the token through the header, but I am having trouble finding how to get that token automatically. I've been reading through every documentation possible but cannot get my head around how to do it.
Please can you help?
Solved! Go to Solution.
Hi @Anonymous
you have to use a custom connector in Power Query to access this API: https://github.com/migueesc123/PowerBIRESTAPI
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Hi @Anonymous
you have to use a custom connector in Power Query to access this API: https://github.com/migueesc123/PowerBIRESTAPI
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
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.