Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I want to show PowerBI report in Modal Dialogue box in Asp.Net Web Application.
My issue likely to related to Chrome Cookie Security Update.
I was able to login and see report in local host but unable to see in Development or Staging Server .
Only sign in page is showing and unable to sign in.
I follow this instructions.
https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-embed-secure
Please help advise it is the only solution to solve this?
https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-your-organization?tab...
Hi @Anonymous ,
Based on your description, the issue may be related to the way cookies are handled in Chrome. When embedding Power BI reports, especially in scenarios involving authentication via modal dialogs, cookie handling is critical to maintaining session state and authentication flow. You can try the following:
First, in the Chrome update, the cookie used for authentication must be set to SameSite=NoneSecure . This allows cookies to be sent in third-party contexts. check your app and any authentication services it uses to make sure they are configured correctly.
Second, the attributes on the cookie need to use HTTPS. if your development or staging environment does not use HTTPS, the cookie required for authentication may not be sent, resulting in a login failure. Make sure your environment has a valid SSL certificate set up.
You can check out the following documents for more information
Embedded Power BI reports with ASP.NET Core [ffeb-f76c-cb8-0a52] (gunnarpeipman.com)
google chrome - Where to add `SameSite=None`? - Stack Overflow
powerbi - How to integrate Power BI in ASP.NET applications to generate Power BI reports? - Stack Overflow
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 20 | |
| 18 | |
| 11 | |
| 9 | |
| 7 |
| User | Count |
|---|---|
| 42 | |
| 38 | |
| 21 | |
| 21 | |
| 17 |