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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

1 REPLY 1
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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