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! Learn more

Reply
Anonymous
Not applicable

Row Level Security to show users data and group all other data in "other" category

I would like to try to find a way to implement Row Level Security, or some other method if needed, to show all my users data, and then group all other data that is not my users together into a single category called "other". Basically I would like to compare a users data with that of the whole. So when user 1 logs in they see all there data, and then they also see everything other user's data group into one category called "other" so they can compare themselves to the overall market. 

 

Is there anyway to user RLS to show this? Is there a dynamic DAX function that could achieve this result? 

 

 

Thank you. 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Anonymous,

 

You can create a mapping table with username and category, then use username function to find out related category and apply rls filter on category columns based on find current user category.

RLS with UserName()

 

Regards,
Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @Anonymous,

 

You can create a mapping table with username and category, then use username function to find out related category and apply rls filter on category columns based on find current user category.

RLS with UserName()

 

Regards,
Xiaoxin Sheng

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