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 using a code that previously worked
Solved! Go to Solution.
Hi Pandadev,
Based on my understanding from the following URL:
reports/264adcbb-0311-4b2e-b02c-7d274ba5162f/79fb3bf51ee65874933d?experience=power-bi
The portion "79fb3bf51ee65874933d" appears to represent the page name of a report.
You may try appending "&pageName={Page_name}" to the URL, as demonstrated below, to check if it resolves your issue:
/reportEmbed?reportId=264adcbb-0311-4b2e-b02c-7d274baaaaaa&autoAuth=true&ctid=...&pageName=79fb3bf51ee65874933d
If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.
Thank you.
Hi Pandadev,
Based on my understanding from the following URL:
reports/264adcbb-0311-4b2e-b02c-7d274ba5162f/79fb3bf51ee65874933d?experience=power-bi
The portion "79fb3bf51ee65874933d" appears to represent the page name of a report.
You may try appending "&pageName={Page_name}" to the URL, as demonstrated below, to check if it resolves your issue:
/reportEmbed?reportId=264adcbb-0311-4b2e-b02c-7d274baaaaaa&autoAuth=true&ctid=...&pageName=79fb3bf51ee65874933d
If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.
Thank you.
Hi @Pandadev,
We appreciate your inquiry on the Microsoft Fabric Community Forum.
Please follow the steps outlined below, which may help resolve the issue:
Retrieve the Page Name.Open the report in Power BI Service(app.powerbi.com).Navigate to the desired page and note the ReportSection value from the URL (e.g., ReportSection2).
Update the Embed URL.Append &pageName={PageName} to your URL.
Example:
Implement in PowerApps.Update the Power BI tile’s TileUrl with the newly generated URL or set it via a button.Save, publish, and test the implementation.
Set(PowerBIURL, "https://app.powerbi.com/reportEmbed?reportId=264adcbb-0311-4b2e-b02c-7d274baaaaaa&autoAuth=true&ctid...")
Additionally, we recommend referring to the following resource for further guidance:
Embed a report in a secure portal or website - Power BI | Microsoft Learn
If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.
Thank you.
Thanks I no longer have reportSection in my urls this is what I see now , reports/264adcbb-0311-4b2e-b02c-7d274ba5162f/79fb3bf51ee65874933d?experience=power-bi