Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I've been trying to use the PowerBI REST API Get datsets: https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasets, but when I run the GET request, I keep getting Forbidden. But I've checked according to here (https://docs.microsoft.com/en-us/power-bi/developer/register-app) that all my permissions have been set for reading and writing.
Why is this the case? Also, can you get the dataset id directly from the Push URL of a Power BI streaming dataset?
Thanks.
Hi @gadgetman4u
Do you use Power BI REST APIs to push data to streaming dataset?
Please refer to this article.
Using Power BI REST APIs to push data
Best reagrds
maggie
Hi,
I used Flow to push the data to the Power BI streaming dataset which I had created in the Power BI portal.
Alvin