Notifications
Clear all
Power Query
2
Posts
2
Users
0
Reactions
265
Views
Topic starter
Hello Community,
Can someone explain me why my simple if Function is not working. I want create a custom column with a text if the Value is lower in a column is <0 write xyz else xyz.
My function:
If[Potenzial] < 0 then "Negative Effekte" else "Positive Effekte"
Potenzial is a column with values
Posted : 23/03/2019 11:18 am
Hi,
Make sure that "Potenzial" column is formatted as Number, not text, this might be the problem.
Posted : 23/03/2019 2:01 pm