Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi ,
I new to powerbi, i am developing one chatbot which need to connect to powerbi and get report from powerbi and show the reports in chatbot.
Is it possible, without user loggin in to powerbi he can get the report. something like single sign on implementation.
Any help ..
Thanks
Solved! Go to Solution.
You can try app owns data in Power BI Embedding.
Embed for your customers
The embed for your customers solution allows you to build an app that uses non-interactive authentication against Power BI. Your customers are likely to be external users, and they don't need to sign in using Power BI credentials to view the embedded content.
For reference: Embed Power BI content using a sample embed for your customers application
You need to register an Azure AD application to Embed for customer.
For reference: Register an Azure AD application to use with Power BI
Select your authentication method
If you use service principal as authentication method, refer to this blog.
Embed Power BI content with service principal and an application secret
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You can try app owns data in Power BI Embedding.
Embed for your customers
The embed for your customers solution allows you to build an app that uses non-interactive authentication against Power BI. Your customers are likely to be external users, and they don't need to sign in using Power BI credentials to view the embedded content.
For reference: Embed Power BI content using a sample embed for your customers application
You need to register an Azure AD application to Embed for customer.
For reference: Register an Azure AD application to use with Power BI
Select your authentication method
If you use service principal as authentication method, refer to this blog.
Embed Power BI content with service principal and an application secret
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.