Forum Discussion
RMDNA
8 years agoSolution Sage
Dynamic text
Hi all, I have a Running Total calculated column, where % of Total and Rank are also both calculated columns. Running Total =
CALCULATE (
SUM ('Table'[% of Total]),
FILTER (
...
- 8 years ago
Hello,
you can apply Text to measure, but you can't use them to group for Pivot.
Check_Value:=If([Running Total]>=0,8,'High','Low'). This should work.
This always checks your Running Total. If this value changes due to slicer it should update automatically.
Give it a try.
Floriankx
8 years agoSolution Sage
Hello,
you can apply Text to measure, but you can't use them to group for Pivot.
Check_Value:=If([Running Total]>=0,8,'High','Low'). This should work.
This always checks your Running Total. If this value changes due to slicer it should update automatically.
Give it a try.