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 September 15. 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 |
---|---|
65 | |
60 | |
55 | |
54 | |
32 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
45 |