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.
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 July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
65 | |
63 | |
53 | |
39 | |
26 |
User | Count |
---|---|
84 | |
57 | |
45 | |
44 | |
37 |