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...
Sean
9 years agoCommunity Champion
I'm guessing your regional setting may require ; instead of ,
try this instead
B = IF ( Table[A] < 500; "Lower than 500"; "Higher than 500" )
Hope this helps! :smileyhappy: