Join 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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Dear all,
we have a power BI report and we created a role, into the "Table filter DAX expression" we put the following input:
[CustomerNumber_Data] = "C0010"
The filter works perfectly, but we would like to extend the role, example:
[CustomerNumber_data] = "C0010" && "C0005" && "C1234"
We are not able to get it working with trying different syntax.
Could you please help me?
Thank you, Best regards
Marc
Solved! Go to Solution.
@Anonymous , Try like
[CustomerNumber_data] in { "C0010", "C0005" ,"C1234"}
That did the trick, thank you so much!
Hi,
thank you for your help, but now we get the following error:
"A table of multiple values was supplied where a single value was expected"
Best regards
Marc
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |