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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
Looking for some help on the following Dax Formula
Im looking for the "Cumulative Actuals to date" values to stop at 30-April-22 and not repeat to the end of the calander
The Dax formula I used is as follows:
Solved! Go to Solution.
Add a new column to your date table like
Current month or before = 'Date'[Date] <= EOMONTH(TODAY(),0)then wrap the code for your measure inside
IF( SELECTEDVALUE( 'Date'[Current month or before], existing code here )that will return blank for future dates
Add a new column to your date table like
Current month or before = 'Date'[Date] <= EOMONTH(TODAY(),0)then wrap the code for your measure inside
IF( SELECTEDVALUE( 'Date'[Current month or before], existing code here )that will return blank for future dates
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 20 | |
| 20 | |
| 20 | |
| 14 | |
| 14 |