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
I previously posted about this and got a solution, but really still didn't have what I needed.
How can I replicate this SUMIFS in Dax?
Previous solution did not have the "Part" Criteria.
If there were not multiple parts per date, solution is...
=CALCULATE(SUM(Data[Qty]),FILTER(Data,Data[Scheduled Finish Date]<EARLIER(Data[Scheduled Finish Date])&&Data[Actual Finish]>=EARLIER(Data[Scheduled Finish Date])))
How do I add a third criteria that says sum qty on dates less than date in that row && actual finish >= the schedule date && unique to part number??
Thanks
Solved! Go to Solution.
@User5231 Can you try below dax in your calculated column
Proud to be a Super User!
@User5231 Can you try below dax in your calculated column
Proud to be a Super User!
Yes I figured that out as well! Thanks for the input!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
167 | |
117 | |
63 | |
57 | |
50 |