The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
114 | |
85 | |
75 | |
52 | |
44 |
User | Count |
---|---|
140 | |
113 | |
73 | |
64 | |
62 |