Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to get month names in filter when data exist.if no data month name should not appear.for exam future month name should not appear
something like this ?
Aggr(only({<date_field={"<=$(=date(today(),'M/DD/YYYY'))"}>}date_field),date_field)
Regards,
Aditya
One simplerer solution could be - load dates only from your fact tables
as below
=Aggr(only({<date_field={"=sum(sales)>0"}>}date_field),date_field)
replace "=sum(sales)>0" with a measure that verifies data exists