Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
I have looked over a bunch of documentation and posts and I am still unable to get a report with several tabs to embed to a specific tab. Microsoft documentation for services doesn't seem to tell you the correct format to use. I have workspaces and apps. I know how to get the embedded link from share but it's not directing it to my report section, it defaults always to the 1st tab in the report.
This is the format I am using. the bold is the report section but it doesn't direct it there.
https://app.powerbi.com/reportEmbed?reportId=####&appId=#####&autoAuth=true&ctid=####&config=####/ReportSection#####
Solved! Go to Solution.
I figured it out. you have to have &pageName=ReportSection(then get the code from the report page in workspace).
https://app.powerbi.com/reportEmbed?reportId=####&appId=#####&autoAuth=true&ctid=####&config=####/ReportSection#####
Thank you!! This is going to save my team hours of work because we would normally have to split every page of our reports into different files and then publish which is painful.
One addition I noticed is that sometimes the 'ReportSection' text isn't included in the URL for the page, so I tried excluding that in those cases and only then does the page display properly.
Thanks again
I figured it out. you have to have &pageName=ReportSection(then get the code from the report page in workspace).
https://app.powerbi.com/reportEmbed?reportId=####&appId=#####&autoAuth=true&ctid=####&config=####/ReportSection#####