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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
tmendoza
Resolver I
Resolver I

(Managing Roles) Assigning Row-Level Security with Measures is Making Visuals Go Blank

 

 

Hello all,

 

This is my first time posting to the community, so I hope this works.

I've been banging my head against my monitor trying to figure this one out.

 

I've got a table that counts the number of employee's by their Job Title, Level and Job Family.

BI Table.PNG

What I'm trying to do is assign a Role that does not allow folks to see Rows that have an Employee Count of 2 or below.

This could allow people to figure out salaries based off of the other visuals that express labor costs.

"Employee Count" is a measure expressed by (DISTINCTCOUNT('Employee Detail'[Employee]). I'm trying to use this in my DAX formula; however, the formula is making all my visuals go blank.

I've also tried this DAX expression that exclueds the measure, but still makes all my visuals blank.

DISTINCTCOUNT([Employee])>"2".

DAX RLS.PNG

 

Can anyone offer my a solution that will allow me to create a role that will stop people seeing any rows that have an employee count of 2 or below.

 

Thanks,

 

Tom

 

 

 

4 REPLIES 4
v-yuta-msft
Community Support
Community Support

@tmendoza ,

 

Please modify the dax expression as below:

distinctcount([Employee]) > 2

Capture.PNG 

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks mate,

 

but this did not work.

@tmendoza ,

 

Could you share more details about the expected result?

 

Regards,

Jimmy Tao

The table in the origianl post. If this works, I would not be able to see anyone with an employee count of 2 or less.



 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors