Forum Discussion
Anonymous
2 years agoNot applicable
Accessing push data set api with azure function app - power bi service
Hi, I want to push data from an azure function app to a power bi push dataset. I have learned that you can register an application with power bi and grant it access in azure active directory, but...
- 2 years ago
The App Registration is an application with app ID, therefore you can add it to the workspace with a role just like you add your user principal id
Anonymous
2 years agoNot applicable
I mean the query parameter that is named "key" in the url presented above that is presumedly used to grant access to the api of the dataset.
As can be seen here, bu redacted out:
aj1973
2 years agoCommunity Champion
Honestly I am not familiar with cURL as I use Powershell mainly.
Check these out it might help you :
https://community.fabric.microsoft.com/t5/Power-Query/Use-cURL-in-PowerBi/td-p/692055
But I think the Key is also the Token because Power bi uses the Access Token to use REST APIs