Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am trying to embed a power bi report in one of my projects. I tried embedding using embed functionality from file menu and also tried using javascript code. I am unable to get one thing how can I pass a parameter or a configuration setting so different tab will be activated
Solved! Go to Solution.
@Kaushil,
You can add pagename parameter after the embed url and check if it works. To find the report section number of each report page, you can follow the guide in my first reply in this similar thread.
https://app.powerbi.com/reportEmbed?reportId=8affe5ac-741a-4180-8684-5e466f24364d&autoAuth=true&page...
Regards,
Lydia
@Kaushil,
You can add pagename parameter after the embed url and check if it works. To find the report section number of each report page, you can follow the guide in my first reply in this similar thread.
https://app.powerbi.com/reportEmbed?reportId=8affe5ac-741a-4180-8684-5e466f24364d&autoAuth=true&page...
Regards,
Lydia
Hello,
I can't find a way to read Lydia's explanation to have the ReportSectionNumber in the link.
How do you get it ?
Its worked. Thanks very much for your response.