Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a bar chart which consist of
Months as x - axis and I dont want it to be filtered when i chose my filter pane [Month] - Jun I still want to see the YTD months
You may try to use ignore filter selection featurs of set analysis
example : Sum( {<YearMonth1= >} Quantity) now YearMonth1 selection will not do any changes..
bypass the selections in set analysis if you don't want the chart to be responsive.
sum({<Year=Max(Year) ,Month=>} Sales )