Hello,
I create a chart line with two metrics and one dimension with the stack option
For the metrics I use an expression:
- metric 1: SumIf([col1], [col2] = "A")
- metric 2: SumIf([col1], [col2] = "B") * -1
Is it possible to remove the negative sign from the value display and the abscissa ?