Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
in line chart i used below expression
=Sum({<Year={$(=Max(Year))},MonthID= {$(=Max(MonthID))},Year=,Month=>} Aggr(If(Only({1}MonthIDS) = Max(TOTAL <ID> MonthID ) + Only(TOTAL <ID> OrderLockPeriod) ,
Sum({<Year={$(=Max(Year))},MonthID= {$(=Max(MonthID))},Year=,Month=>}sales)), ID, MonthIDS ))
if i selected the month sep it displaying only the sep month values.
but i want to show all month till sep.
help me?
Ragards
Stephen G
Use Date Filterration for same?
Like, Year Start Date till Max Date Selected![]()
could you please write it in the above expression?
Hi Stephen,
It looks to me that the set modifier MonthID= {$(=Max(MonthID))} is preventing you seeing months prior to Sep when Sep is selected try replacing that with something like
MonthID = {"<=$(=Max(MonthID))"}
Good luck.
Dear Effinty2112
already i tried like that but i can't get it.