The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.