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: Ca...
- Anonymous6 years ago
You want to use 0,10 and 0,25.
because they are percentages. And power bi stores 25% as 0,25.
Anonymous
6 years agoNot applicable
You want to use 0,10 and 0,25.
because they are percentages. And power bi stores 25% as 0,25.
- AOT6 years agoFrequent Visitor
Anonymous That worked. Thanks!