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.
How about something like this?
Diff =
VAR _CurrDate = MAX ( DateTable[Date] )
VAR _PrevYearEnd = DATE ( YEAR ( _CurrDate ) - 1, 12, 31 )
RETURN
SUM ( Table1[Amount] )
- CALCULATE ( SUM ( Table1[Amount] ), DateTable[Date] = _PrevYearEnd )
Thank you very much Alexis O.!
How about something like this?
Diff =
VAR _CurrDate = MAX ( DateTable[Date] )
VAR _PrevYearEnd = DATE ( YEAR ( _CurrDate ) - 1, 12, 31 )
RETURN
SUM ( Table1[Amount] )
- CALCULATE ( SUM ( Table1[Amount] ), DateTable[Date] = _PrevYearEnd )
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
14 | |
11 | |
10 | |
9 |