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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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 | |
8 | |
5 | |
5 | |
4 |