Forum Discussion
Restrict Users outside organization
Hello All,
Currently, our premium Power Bi is set up such that if we have username and password, anyone can access our reports even if we are not connected to VPN. Can I make this to access reports only if we are connected to the VPN? Please guide me to correct path to restrict users who are no in VPN
Thanks,
Aditya
4 Replies
- v-eachen-msftCommunity Support
Hi Anonymous ,
I suggest you to restrict access to data with RLS.
If you import data then you can use RLS and define this also in Power BI Desktop.
If you use a live connection to SSAS Tabular or Multidimensional it's basically the same, but here roles are defined on the server and you also have to care that the logins of your users from the Power BI service are mapped to the users defined on your SSAS server if the service logins do not match with the domain logins.
Here are some documents:
https://docs.microsoft.com/en-us/power-bi/desktop-tutorial-row-level-security-onprem-ssas-tabular
https://docs.microsoft.com/en-us/power-bi/service-admin-rls
https://docs.microsoft.com/en-us/power-bi/desktop-rls
- AnonymousNot applicable
Hello,
Thanks for the reply , but
If you implement RLS: Person outside origination is able to see the workspace name but not report.
I Don't want anyone to know my workspace name or anything related, unless, he is a connected to VPN and has proper credentials.
- AnonymousNot applicable
Can you please guide me v-eachen-msft