Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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 { ...
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
37 | |
31 | |
26 |
User | Count |
---|---|
95 | |
50 | |
43 | |
40 | |
35 |