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 am currently measuring the performance of our various warehouse employees by calculating minutes spent per order per day using this MEASURE:
TimeSpentPerOrder = CALCULATE(DIVIDE(DATEDIFF(MIN(ShipVerifiedReport[Scan Date]),MAX(ShipVerifiedReport[Scan Date]),MINUTE),[NumberOfOrdersProcessed]))
Here is a sample of my data:
And here is a sample of the results from the above formula:
Basically, I'd like to divide the [Distinctcount] number of working days by the sum of minutes per order. Since the minutes per order is calculated using a measure, I am unable to do so very easily. Any assistance is appreciated on the matter.
Thank you!
Solved! Go to Solution.
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 |
---|---|
120 | |
77 | |
59 | |
53 | |
40 |
User | Count |
---|---|
194 | |
106 | |
90 | |
63 | |
51 |