Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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 April 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 |
---|---|
106 | |
68 | |
48 | |
44 | |
42 |