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!View all the Fabric Data Days sessions on demand. View schedule
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!