Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

solution on restricting single country users while dynamic RLS is applied on country table

My scenario needs to implement organizational hierarchy level access in premium capacity.

I have Test database in Vertica DB where 9 levels of managers hierarchy table been pulled into a direct query.

I need globally all sales rep to need to see their country data except managers need to see all.

Country[CountryKey] = LOOKUPVALUE( its not working in DQ)

           'Security'[CountryKey],

           'Security'[EmailAddress],USERPRINCIPALNAME(),

                   'Security'[CountryKey],Country[CountryKey]

         )

Suddenly ex -USA users to be blocked, again do I need to create role -Country=”USA” and assigning the set of reps to it will it work? Bcoz these reps also part of above dynamic filter by country. In this Case, can I go country wise distribution list and remove USA Distribution list.

I have seen scenarios implemented with path /path contains /lookup values in import method but not same will work on DQ though I enabled allow restricted measures lookup value doesn’t work is there any alternative how to make it work in DQ mode.

 

Waiting for valuable solution

 

DQ.PNG

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @Anonymous

For you scenario, you could try "IF", "SWITCH", "RELATED" function in direct query mode.

 

we can use the function "LOOKUPVALUE" to create measures after going to File -> Options and settings -> Options - > DirectQuery and enable the option “Allow unrestricted measures in Direct Query Mode”.

 

Best Regards

Maggie

 

 

 

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors