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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
This meaure works well for month but as soon as I drill to quarter it gives me accumulated up till last quarter i.e. Q1. I need it to show for Q2 also even though it is not finished yet:
acc =
VAR Today_ = TODAY ()
var EffectiveDates =
INTERSECT(
DISTINCT( DimDato[Dato] ),
CALCULATETABLE(
DISTINCT( DimDato[Dato] ),
DimDato[Dato] <= Today_,
REMOVEFILTERS( DimDato )
)
)
VAR RTotal =
CALCULATE (
SUM ( FactFinans[#Bogførtbeløb] ),
CALCULATETABLE(
DATESYTD( DimDato[Dato] ),
EffectiveDates
),
REMOVEFILTERS( DimDato )
)
return
RTotal
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 48 | |
| 35 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 142 | |
| 111 | |
| 65 | |
| 38 | |
| 33 |