March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |