Forum Discussion
wingsted93
5 years agoFrequent Visitor
Filter line chart without changing data
I have made a line chart to show active users over time. The values stems from a measure which is summing up the number of registrations minus the number of cancellations: running total of active u...
- 5 years ago
Hi wingsted93 ,
In your measure, replace ALLSELECTED with ALL in that case and check if that works.
Thanks,
Pragati
wingsted93
5 years agoFrequent Visitor
Hi Pragati11 ,
I have aready tried that, but the values are only true if the calculations are made on the entire dataset, and when i filter the way you propose, i get wrong values on the line chart, as it calculates the difference in user registrations vs user cancellations. I need a way to filter without the measure "knowing" about it.
Pragati11
Super User
5 years agoHi wingsted93 ,
In your measure, replace ALLSELECTED with ALL in that case and check if that works.
Thanks,
Pragati