Forum Discussion
Filter line chart without changing data
- 5 years ago
Hi wingsted93 ,
In your measure, replace ALLSELECTED with ALL in that case and check if that works.
Thanks,
Pragati
Hi wingsted93 ,
Click on your line chart and got to visual level filters and apply filter on the column that is used on the x-axis.
Consider the following visual where I have got SALES by MONTH-YEAR:
Now suppose if I just want data to be shown for last 6 months, then apply visual level filter on Date column using Relative Filtering option:
Thanks,
Pragati
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.
- Pragati115 years agoSuper User
Hi wingsted93 ,
In your measure, replace ALLSELECTED with ALL in that case and check if that works.
Thanks,
Pragati