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
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
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.