Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

unknown formula error

Hi,

 

I have something weird happening in PowerBI currently. When typing an IF statement in the Logical test you normally typ a comma and then the formula will automatically move to the ResultifTrue part of the formula, and after another comma it moves to the ResultifFalse. But as per today it is not working, i basically have to typ 2 commas to move to the next stage of the formula. 

 

Normally it would work like this:

if(sum(A))=1,1,0)

 

Now if have to do this which makes no sense. 

if(sum(A)),,1,,1,,0) 

 

I think it has something to do with language settings, but not sure... Everything works in Excel, and I've also tried using a ; 

 

Any thoughts?

Status: New
Comments
v-qiuyu-msft
Community Support

Hi @BartUncles , 

 

Please modify the DAX like below then test again: 

 

if(sum(A)=1,1,0)

 

Best Regards,
Qiuyun Yu