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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Need help in RLS

Hi 

I have a table with One of the column having below records

UTX

UTV

UTVV

LTX

LTVV

 

I want to create a RLS where user can see the records related to UTX,UTV,UTVV. ActuaL data is much more so technically I need something like UT* in DAX.

 

a user can see all data related to UT*

1 ACCEPTED SOLUTION
nandic
Memorable Member
Memorable Member

@Anonymous ,
Add new role and assign this rule:
containsstring([Text],"UT")
[Text] is column which contains this data.
image 1 - rule
image 2 - view as role

image 3 - view by default

rls.PNG

rls 1.PNG

rls 2.PNG

View solution in original post

1 REPLY 1
nandic
Memorable Member
Memorable Member

@Anonymous ,
Add new role and assign this rule:
containsstring([Text],"UT")
[Text] is column which contains this data.
image 1 - rule
image 2 - view as role

image 3 - view by default

rls.PNG

rls 1.PNG

rls 2.PNG

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.