Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
@kdrees21 , try like
CALCULATE (<measure>,CALCULATETABLE (<time_intelligence_function> ( 'Date'[Date] ))
or
CALCULATE (<measure>,CALCULATETABLE (<time_intelligence_function> ( 'Date'[Date] ))+0
@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.
User | Count |
---|---|
10 | |
9 | |
7 | |
4 | |
4 |