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...
Anonymous
9 years agoNot applicable
Hi chrisgehm
Did you use the direct query mode to connect the datasource? If Dax formula still has the issue, I'd like to suggest you use power query formula.
#"Added Custom" = Table.AddColumn(#"Changed Type", "Custom", each if [Column] >5 then "Greate than 5" else "Less than 5")
Regards,
Xiaoxin Sheng