Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello everyone,
Let's say I am having three tables as below:
When I used RLS username = username(), the result is the table with the org belongs to user login only. For example, when the user [email protected] login, the data is org one and two only.
However, I need to have the result that shows all orgs, but with org three and four, it shows the alias instead. The result should be like this:
It means for the organizations that not belongs to this user, I just show the alias.
Can we do this?
Thank you very much
@Anonymous,
You need to create a measure instead of RLS.
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 52 | |
| 47 | |
| 40 | |
| 38 |