Forum Discussion
robinjohansson
8 years agoNew Member
Report id in app workspace differs from same report in published app when fetching REST API reports
So i have a case in my organisation where I want to let users embed reports on our intranet. The solution works as follows: When the user wants to embed a report, they go to the report they want to ...
v-caliao-msft
Microsoft Employee
8 years ago
Did you get the report ID bu using the method describes on the document below?
https://powerbi.microsoft.com/en-us/guided-learning/powerbi-developer-integrate-report/
Step 3
To get a Power BI report, you use the Get Reports operation which gets a list of Power BI reports. From the list of reports, you can get a report id.
Regards,
Charlie Liao
robinjohansson
8 years agoNew Member
Hello!
Yes, I used the GetReports operation, but that operation gives me a different report id than the one you can see in the url when you view the report in https://app.powerbi.com. But if i use the GetReports operation with a group id I get the same id that you can see in the url... :/
/Robin