This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Am trying to do the following in m query but am getting an error any help would be great;
if [Product] = "15679" and [Region] = "South" or "North" or "West" then 1 else 0
Error i recieve is the following;
Expression.Error: We cannot convert the value "West" to type Logical.
Solved! Go to Solution.
Hi @Anonymous
Try this
if [Product] = "15679" and ([Region] = "South" or [Region] = "North" or [Region] = "West") then 1 else 0
Phil
If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.
Proud to be a Super User!
Hi @Anonymous
Try this
if [Product] = "15679" and ([Region] = "South" or [Region] = "North" or [Region] = "West") then 1 else 0
Phil
If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.
Proud to be a Super User!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 24 | |
| 23 |