Forum Discussion
TI-Michiel
2 years agoRegular Visitor
URL Structure - ReportSection not in PowerBI Service URL anymore?
For years the URL structure for any PowerBI Service reports has been this: https://app.powerbi.com/groups/xxxx-5631-4xxxxd90-a263-xxxxxxxx/reports/xxxxxx-xxxx-4172-b433-0cb7c7214005/ReportSection...
a66093
1 year agoNew Member
I have run into the same issue In embeded content where it was having trouble.
On some applications I have had to manually add ReportSection into the url before the page id
Other times I have had to delete the page ID from the url and leaving the end blank or ending it with ReportSection
Issue may also be from REST API calling on the wrong Page wether it is using Page[pagenumber] or PageID
Example
"/groups/[GroupID]/reports/[ReportID]/ReportSection[pageID]?experience=power-bi"
"/groups/[GroupID]/reports/[ReportID]/ReportSection"
"/groups/[GroupID]/reports/[ReportID]/ReportSection?experience=power-bi"
"/groups/[GroupID]/reports/[ReportID]/ "