This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have the below calculation that should take an email address, filter the roles table for that email. It should then filter the Master table Company column for the same companies as in the filtered roles table.
Note, testing@test.com can have multiple companies.
The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
FilteredMasterTable =
VAR SelectedEmail = "testing@test.com"
VAR SelectedRoles =
CALCULATETABLE(
VALUES('Roles Table'[Company]),
'Roles Table'[Email] = SelectedEmail
)
RETURN
FILTER(
Master,
Master[Company]IN SelectedRoles
)
Hi, @obriaincian
Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures or Excel. I look forward to your response.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Note: I want to implement this as Row Level Security but I am testing it in a measure first
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 33 | |
| 23 | |
| 23 |