Forum Discussion
Power BI embedded Account filtering logic
- Anonymous1 year ago
Hi hoosha_11 ,
Based on the description, when a user log in, the application uses Azure Active Directory (AAD) to authenticate the user and then applies custom authorization logic to filter the data. This approach allows for role-based access control without relying on row-level security or page-level filters. The information is then used to generate a token with the appropriate filters, which is passed to Power BI when embedding the report. This way, Power BI only renders data relevant to the user's company.
Besides, you can also view the following document to learn more information.
Architecture:: PBI Embedded - Overview (visualstudio.com)
Use filters in a Power BI embedded analytics report | Microsoft Learn
Frequently asked questions about Power BI embedded analytics - Power BI | Microsoft Learn
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi hoosha_11 ,
Based on the description, when a user log in, the application uses Azure Active Directory (AAD) to authenticate the user and then applies custom authorization logic to filter the data. This approach allows for role-based access control without relying on row-level security or page-level filters. The information is then used to generate a token with the appropriate filters, which is passed to Power BI when embedding the report. This way, Power BI only renders data relevant to the user's company.
Besides, you can also view the following document to learn more information.
Architecture:: PBI Embedded - Overview (visualstudio.com)
Use filters in a Power BI embedded analytics report | Microsoft Learn
Frequently asked questions about Power BI embedded analytics - Power BI | Microsoft Learn
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.