Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Data for June 2016 can not be clicked
Dimension : MonthYear
Expresion : Count({<_PeriodType={'cy'},amt_RASIOGWMLFR={"<80"},$(vRolling1)>}DISTINCT ID_BANK)
variable :
vRolling1 = Date2={">=$(vminDate1) <=$(vmaxDate)"},Year=,Quarter=, Month=,MonthYear=, Day=
vminDate1 = =Min(MonthYearSlider)
vmaxDate =date(MAX(Date2))
You mean to say, You want to build and show only for Max and Sep data in Axis??
Looks like it has a impact of selection disregarded through Year=,Quarter=, Month=,MonthYear=, Day= in your vRolling1, you may try removing it, not sure though.