The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Solved! Go to Solution.
You can use IN operator
[Product] IN {"X" , "Y"}
I'd like to add that you need to specify the column again in an OR statement.
[Product] = "X" || [Product] ="Y" instead of [Product] = "X" || "Y".
'IN' works in the solution because it's a single column.
You can use IN operator
[Product] IN {"X" , "Y"}
Brilliant ... Thank you so much .. i tried this but used ( instead of { ...
User | Count |
---|---|
77 | |
76 | |
36 | |
31 | |
29 |
User | Count |
---|---|
93 | |
79 | |
57 | |
48 | |
48 |