Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
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 |
|---|---|
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 9 | |
| 8 | |
| 7 |