Forum Discussion
AOT
6 years agoFrequent Visitor
Conditional Column using DAX not working properly
I am trying to create a new conditional column with DAX using IF()
This does not seem to be working for me.
Below is my DAX query
And this is a screengrab of the results I got:
Can I get help with why the other conditions do not pull through?
Thanks!
- Anonymous6 years ago
You want to use 0,10 and 0,25.
because they are percentages. And power bi stores 25% as 0,25.
2 Replies
- AnonymousNot applicable
You want to use 0,10 and 0,25.
because they are percentages. And power bi stores 25% as 0,25.- AOTFrequent Visitor
Anonymous That worked. Thanks!