Forum Discussion

Asutosh27's avatar
Asutosh27
Regular Visitor
1 year ago
Solved

Disable Sign-In Option for Power BI Report in Power Apps Visual

I have a Power BI report in which I integrated Power Apps for CRUD operations. After that, I created a main Power Apps application where I added a Power BI visual and embedded the Power BI report. ...
  • Akash_Varuna's avatar
    1 year ago

    Hi Asutosh27 For this ensure the dataset's authentication in Power BI Service is set to OAuth2 with credentials saved. Enable Single Sign-On (SSO) for Power BI and Power Apps to reuse existing session tokens. Consider embedding the report with a service principal to avoid user-based authentication. Additionally, verify browser settings to prevent clearing cookies and session data.