Forum Discussion
mth_hnh
8 years agoFrequent Visitor
Restrict/Segregate access data in Power BI Report Server with an Access Database
Hello, I want to segregate data in Power BI report server. The database is an Access database. "User 1 can only view the Perimeter" , "User 2 can only view the Perimeter 2". I have seen some...
Greg_Deckler
8 years agoCommunity Champion
See this similar thread:
mth_hnh
8 years agoFrequent Visitor
Thanks for your reply !
They use Microsoft SQL Server as a database which allows to use SQL Query whereas I am using Microsoft Access database :/
Moreover, they create some roles in order to segregate data according to the user but we can't view the role in Power BI Report Server :/
- Anonymous8 years agoNot applicable
Native Power Bi PLS doesn't work on PBIRS, it is a feature for Q4.
The only option is to push via ETL TO A SQL Server, make a direct query connection and use the native SQL RLS or use a SSAS cube.