Forum Discussion
LABORSAL
6 years agoAdvocate II
PowerBI REST API
Hello! I'm no expert in any programming language so it's been real hard to figure this one out. What I want to accomplish is using the PowerBI REST API which would be triggered by a flow whic...
- 6 years ago
Hi LABORSAL ,
1. You have to generate the access token on the fly not like copy and pasting. Please refer https://powerusers.microsoft.com/t5/Building-Flows/Microsoft-Flow-Token-Authentication-https-graph-microsoft-com-v1/td-p/85498
2. The notifyOption is a request Body parameter, it is not a JSON output reponse
Jayendran
6 years agoSolution Sage
Hi LABORSAL ,
1. You have to generate the access token on the fly not like copy and pasting. Please refer https://powerusers.microsoft.com/t5/Building-Flows/Microsoft-Flow-Token-Authentication-https-graph-microsoft-com-v1/td-p/85498
2. The notifyOption is a request Body parameter, it is not a JSON output reponse
- LABORSAL6 years agoAdvocate II
This seems to be it, although getting the data is another really comlpicated topic 😛