The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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