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
Hi All,
I have a measure based on a Sales Date and a selected Calendar date as the selector as below
Can anyone help!!
Hi @BItoken ,
How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?
Best regards,
Hi,
Ideally, this is what you should be doing:
Booked Early = Sum(SalesTable[Sales Amt])
Booked early running total = CALCULATE([Booked Early],DATESBETWEEN(Calendar[Date],MINX(ALL(Calendar),Calendar[Date]),MAX(Calendar[Date])))
Hope this helps.
Hi @BItoken ,
We can try to create a measure to meet your requirement:
Running Booked Early =
CALCULATE (
SUM ( SalesTable[Sales Amt] ),
FILTER (
ALLSELECTED ( SalesTable ),
SalesTable[sales_fq] <= MinQTR[Qtr Name]
&& SalesTable[sales_week] <= MIN ( Qtr[Week Num] )
)
)
If it doesn't meet your requirement, Could you please provide a mockup sample based on fake data or describle the fields of each tables and the relations between tables simply?
Please don't contain any Confidential Information or Real data in your reply.
Best regards,
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 |
---|---|
134 | |
91 | |
90 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |