Forum Discussion
How to Integrate forms authentication users into Power BI service
- 8 years ago
Hi prazzy88,
You can RLS(Row Level Security) to tables in your report/dashboard. Assign each role for your external organizations users using some DAX formula. For more details about how to set RLS in desktop and service, you can refer to https://docs.microsoft.com/en-us/power-bi/service-admin-rls.
In addition, to integrate report in power bi service to three-party sites, you can use embeded html code or restful api. Please refer to: https://docs.microsoft.com/en-us/power-bi/service-publish-to-web and https://docs.microsoft.com/en-us/power-bi/developer/rest-api-reference.
Regards,
Jimmy Tao
Hi prazzy88,
You can RLS(Row Level Security) to tables in your report/dashboard. Assign each role for your external organizations users using some DAX formula. For more details about how to set RLS in desktop and service, you can refer to https://docs.microsoft.com/en-us/power-bi/service-admin-rls.
In addition, to integrate report in power bi service to three-party sites, you can use embeded html code or restful api. Please refer to: https://docs.microsoft.com/en-us/power-bi/service-publish-to-web and https://docs.microsoft.com/en-us/power-bi/developer/rest-api-reference.
Regards,
Jimmy Tao