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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Alina_Bd
Frequent Visitor

Combine RLS and hiding measure columns, work separately - not together

Hi,

 

I would like to ask for your help:

I have a report where I have one RLS role with below filter:  

email = USERPRINCIPALNAME()

This is a complex role in behing which is working fine;

 

Now I would like to add a hiding measures for some of users - separatly both working super, however I'm not able to combne them.

 

This is excample of measure:

Amount_LCMeasure =
if([RLS_Measure]=0 ,
BLANK(),
sum('table'[Amount (LC)]) * [RLS_Measure]
)

 

And my helping measure is:

RLS_Measure = LOOKUPVALUE(
User[ShowMeasures], User[e-mail adress]
, USERPRINCIPALNAME()
)
 
Show measure is 1 or 0, Excample:
joe@com      1
david@com   0
 
 
If I'm trying to combine RSL stopped working - but measures are hide correctly.
Any idea how to adjut?
Let me know if futher details needed?
 
Thanks
 
1 REPLY 1
Alina_Bd
Frequent Visitor

anyone?

I really need your help 🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors