Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
66 | |
66 | |
47 | |
31 |
User | Count |
---|---|
111 | |
94 | |
78 | |
62 | |
39 |