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
Anonymous
Not applicable

Row level security two values

Hi team,
my table two rows and two columns

customer frequency
ABC daily
ABC intradate
both column are drop down slicer in my report
my problem is:
user name:shanvitha
view only ABC and daily data filters
another user only lavidiya
both values based on filters
when select customer its show ABC
frequency need show daily and intradate


how to achieve this

thanks
shanvitha
1 ACCEPTED SOLUTION
d_gosbell
Super User
Super User

Create 2 roles, 

 

Role1 has a filter on your table with an expression like: 

table[Customer] = "ABC" && table[Frequency] ="daily"

 

Role2 has no filters applied.

 

Then you put shanvitha in Role1 and lavidiya in Role2

View solution in original post

1 REPLY 1
d_gosbell
Super User
Super User

Create 2 roles, 

 

Role1 has a filter on your table with an expression like: 

table[Customer] = "ABC" && table[Frequency] ="daily"

 

Role2 has no filters applied.

 

Then you put shanvitha in Role1 and lavidiya in Role2

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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