Forum Discussion
DAX Help Needed
After using this DAX to hide any future month: CALCULATE (<measure>,CALCULATETABLE (<time_intelligence_function> ( 'Date'[Date] ),'Date'[DatesWithSales] = TRUE))
Is there a way to remove the filter with the above measure? To view all dates again?
I'd like to keep the measure and then create a new measure to view future months? Any help is appreciated.
2 Replies
- amitchandakSuper User
kdrees21 ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Appreciate your Kudos. - amitchandakSuper User
kdrees21 , try like
CALCULATE (<measure>,CALCULATETABLE (<time_intelligence_function> ( 'Date'[Date] ))
or
CALCULATE (<measure>,CALCULATETABLE (<time_intelligence_function> ( 'Date'[Date] ))+0