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
Hello,
I am a noobie here but trying to determine if this can be done. I am trying to calculate the total testing cost by multipling the test cost by the units sold. The issue I am running into is the cost of a test changes month to month. So when I put my calculation into the measure it sums the cost of the timeframe selected rather then calculating each month. How can this be done?
Example:
Jan-19 Test Cost is $18 Volume is 10
Feb-19 Test Cost is $19 Volume is 10
Mar-19 Test Cost is $25 Volume is 10
What I am getting:
Jan Cost: $180 (this is correct)
Jan-Feb Cost: $740 ($37 test cost x 20 volume)
Jan-Mar Cost: $1,860 ($62 test cost x 30 volume)
What I want to get:
Jan Cost: $180 (this is correct)
Jan-Feb Cost: $370 ($18 test cost x 10 volume, $19 test cost x 10 volume)
Jan-Mar Cost: $620 ($18 test cost x 10 volume, $19 test cost x 10 volume, $25 test cost x 10 volume)
Calculation:
I appreciate all the help!
Solved! Go to Solution.
Hi @smallon
You may try to use below measure:
Total cost = SUMX ( FILTER ( ALL ( 'StarLIMS CPT' ), 'StarLIMS CPT'[Month] <= MAX ( 'StarLIMS CPT'[Month] ) ), 'StarLIMS CPT'[Test Cost] * 'StarLIMS CPT'[Revenue Acode Volume] )
Regards,
Hi @smallon
You may try to use below measure:
Total cost = SUMX ( FILTER ( ALL ( 'StarLIMS CPT' ), 'StarLIMS CPT'[Month] <= MAX ( 'StarLIMS CPT'[Month] ) ), 'StarLIMS CPT'[Test Cost] * 'StarLIMS CPT'[Revenue Acode Volume] )
Regards,
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 |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
105 | |
98 | |
65 | |
54 |