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 August 31st. Request your voucher.
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.
For the regular embedded report, I only need to sign in once. After that, whenever I open the app, I no longer see the sign-in prompt.
However, for a specific use case, I needed to create a paginated report, which I also added to the Power Apps visual. But the report did not load properly, so I enabled the "AllowNewAPI" function in Power Apps.
After enabling it, every time I open the app, I get a sign-in prompt. How can I bypass this sign-in requirement?
Solved! Go to Solution.
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.
Hi @Asutosh27 ,
Thanks for reaching out to the Microsoft fabric community forum.
It looks like you are facing issue with authentication as whenever you open your app you are getting a sign-in pop up. As @Akash_Varuna has already responded to your query, kindly go through hsi response and check if your issue can be resolved.
I would also take a moment to thank @Akash_Varuna, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Hammad.
Community Support Team
Hi @Asutosh27,
As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.
If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.
If so, it would be really helpful for the community if you could mark the answer that helped you the most. If you're still looking for guidance, feel free to give us an update, we’re here for you.
Best Regards,
Hammad.
Hi @Asutosh27,
I just wanted to follow up on your thread. If the issue is resolved, it would be great if you could mark the solution so other community members facing similar issues can benefit too.
If not, don’t hesitate to reach out, we’re happy to keep working with you on this.
Best Regards,
Hammad.
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.