Forum Discussion
chrisgehm
9 years agoHelper III
IF - True statement text
Hi everyone! I'm just starting to work with Power BI. In the desktop version, I've create new column (Calculated) So what I need is to create a new column and put values acording to the first col...
chrisgehm
9 years agoHelper III
I've change both system and pbi settings to usa, but still got the same problem
Sean
9 years agoCommunity Champion
Is there a line separator other than , or ;
- chrisgehm9 years agoHelper III
Don't know why, but when I use this formula, it works a bit wired:
B = if(Movimientos[A]<500,1,0)
- parry2k9 years agoSuper User
It means it has to do with string qualifier.
- chrisgehm9 years agoHelper III
So how do I go on?
- chrisgehm9 years agoHelper III
Seems this works, but can't undestand why:
B = if(Movimientos[A]<500,1,"Lower","Higher")
- parry2k9 years agoSuper User
This is weird, can you put a sample data in a pbix file and send it by email, would like to look at my end. I know it seems weird but not sure what else to say?
- parry2k9 years agoSuper User
wow that is strange.