Forum Discussion
Chris1300
4 years agoHelper II
Data changing when adding legend
I have a column chart that shows running total of distinct Login by week date. I then add a legend to the same chart but the distinct count CHANGES (see total values above column). I am unable to...
lbendlin
4 years agoSuper User
That's a good one. What the measure does is show the cumulative total for each department. That is clearly different from the cumulative total across all departments.
So the measure works correctly, but it doesn't give you the result you expected. The question is if your expected result actually makes sense?