Hi Guys,
I am trying to make an Active report wit Line Chart Visualization.
As Filter component I want to use the Data Discrete Values Slider.
Is there a way that I can let this Display the Year that I have chosen plus the Previous Year into the same Line Chart?
e.g. If I choose 2015, it must display the line for 2015 but also the line for 2014.
Thank you in Advance!!!
I have created a measure with the amounts of the previous year.
I have created 2 tuples, first using function member(Year) and second using prevMember(Year) with measure. So when you connect your chart with Data Discrete Values Slider, position on 2015 will be current member and previous will automatically be 2014, that second tuple.