Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Unable to Sign in Power BI Report in Asp.Net Web Application #Embeded Report Issue

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.

SumyatSint_0-1718338712917.png

 

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...

 

1 REPLY 1
Anonymous
Not applicable

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

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.