Forum Discussion
CEllis
2 years agoResolver I
Measure not counting
Afternoon, I have 2 measures that calculate if one is above or below the other. I can get this far but for some reason it wont total the 'Movement (Up)' or Movement(Down) measures and the 'M...
- Anonymous2 years ago
Hi CEllis ,
I create a table as you mentioned.
Maybe I think you can use this calculated column, here is the DAX code.
Column = IF('Table'[Current]>'Table'[Previous],"Current","Previous")Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi CEllis ,
I create a table as you mentioned.
Maybe I think you can use this calculated column, here is the DAX code.
Column = IF('Table'[Current]>'Table'[Previous],"Current","Previous")
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.