Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Good morning everyone,
I don't know how to create an expression to associate read permission to a user based on the contents of a table column ..
Could you please have an example?
A thousand thanks
Solved! Go to Solution.
Hi @JANUS70 ,
The expression filter DAX only need to return Ture of False. For example:
[field] = "values"
[field] >0 && [field]<=5
[field] in values('another_table'[field])
For more details you can refer this blog
Row-Level Security (RLS) in Power BI - SqlSkull
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @JANUS70 ,
The expression filter DAX only need to return Ture of False. For example:
[field] = "values"
[field] >0 && [field]<=5
[field] in values('another_table'[field])
For more details you can refer this blog
Row-Level Security (RLS) in Power BI - SqlSkull
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
            | User | Count | 
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | 
| User | Count | 
|---|---|
| 24 | |
| 11 | |
| 10 | |
| 9 | |
| 8 |