Forum Discussion
Restricting report users from viewing certain location
Hi,
I have a power bi App that have figures for different locations, I would like make each operation manager to see only thier city data and restrict them from seeing the other locations, this is only for this App.
The data source is a tabular model, I know I can use DAX to restrict users in the tabular model, but this will restrict them from the entire model.
Can anyone help?
7 Replies
- lbendlin
Super User
Anonymous wrote:Hi,
I have a power bi App that have figures for different locations, I would like make each operation manager to see only thier city data and restrict them from seeing the other locations, this is only for this App.
The data source is a tabular model, I know I can use DAX to restrict users in the tabular model, but this will restrict them from the entire model.
Can anyone help?
This sounds like you want to implement RLS. Did you have any trouble doing that?
- AnonymousNot applicable
Can you do RLS when the data source is tabular model?
- lbendlin
Super User
RLS is an internal function of Power BI (meaning both the roles and the rules for each role are defined in Power BI). It doesn't really care about the data source.
- v-alq-msft
Community Support
Hi, Anonymous
I wonder you are using import mode or live connection mode for the Analysis Service data source. If you imported the data into Power BI Desktop, you are able to configure RLS within Power BI service. If you are using a live connection, you need to configure dynamic row-level-security within the Analysis Services model. For further information, I'd like to suggest you refer to Implement row-level security in an Analysis Services tabular model .
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Hi v-alq-msft ,
I am using live connection.
My understanding, for the content of the link you have sent, is the row secuirty level will be on the entire model, so it will appy to all the power bi reports that are sourced from the live connection to the tabular model.
What I want is row secuirty level on the report level not the entire model.