The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a specific case of a PBI report and I would like to know how to implement this case.
Environment:
New requirements:
How can this casuistry be developed on the existing web page environment?
Aspects that I have already analyzed and discarded:
Solved! Go to Solution.
In the Power BI service, navigate to the report you want to embed and select the "Embed report" option. Choose the appropriate embedding method (e.g., embed in a web page, portal, or application). Power BI will generate an embed code (HTML or iframe) that you can use to integrate the report into your web application. Add the generated embed code to your web app's HTML or JavaScript code. This will display the report within your web application. If you are embedding the report in a secure portal or application, configure authentication and authorization to ensure only authorized users can access the report.
If it is external users, there is no way to us RLS unless you want to add B2B guest logins into your domain.
Hi @amaaiia
Thank you for being part of the Microsoft Fabric Community.
As highlighted by @Anonymous, the proposed approach appears to effectively address your requirements. Could you please confirm if your issue has been resolved?
If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.
If the above information helps you, please give us a Kudos and marked the reply as a solution.
Thanks,
Cheri Srikanth
In the Power BI service, navigate to the report you want to embed and select the "Embed report" option. Choose the appropriate embedding method (e.g., embed in a web page, portal, or application). Power BI will generate an embed code (HTML or iframe) that you can use to integrate the report into your web application. Add the generated embed code to your web app's HTML or JavaScript code. This will display the report within your web application. If you are embedding the report in a secure portal or application, configure authentication and authorization to ensure only authorized users can access the report.
If it is external users, there is no way to us RLS unless you want to add B2B guest logins into your domain.