Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi, I'm trying to implement RLS into a Power BI report that contains specific words. I have a column that is responsible for descriptions, in those descriptions are key words that would be used to implement RLS.
Is there any DAX I could use to implement a find or contain or if function I can use in an RLS filter?
Solved! Go to Solution.
The function CONTAINSSTRING should work for this purpose.
An RLS filter might look something like this:
CONTAINSSTRING ( Table1[Description], "keyword" )
The function CONTAINSSTRING should work for this purpose.
An RLS filter might look something like this:
CONTAINSSTRING ( Table1[Description], "keyword" )
This is perfect! Thank you.
Hi @Anonymous
Take a look here https://docs.microsoft.com/en-us/power-bi/admin/service-admin-rls
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
70 | |
50 | |
46 |
User | Count |
---|---|
45 | |
38 | |
29 | |
29 | |
28 |