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
Sorry, I know this seems so simple, but I can’t figure it out.
In the following example, how do I take the [ListPriceExtended] and divide it by the [Qty] to get the [AverageListPrice] for each line?
The Qty and ListPriceExtended columns are Sum columns and we are grouping based on SKU. My AverageListPrice is a measure with the following expression:
AverageListPrice = SUM(MarkDownRaw[ListPriceExtended]) / SUM(MarkDownRaw[Qty])
However, the SUM statements are taking the sum of the full table, and not just the sum for each group by.
Here is the breakdown for SKU 70013. The Sum of the ListPriceExtended is $334.48 and the Sum of the Qty is 46, so the AverageListPrice should be $334.48 / 46 for an average list price of $7.27.
Thanks much!
Solved! Go to Solution.
I think I know where you went wrong - did you add AverageListPrice as a "New measure" or a "New column"? It looks like "New column", but it should likely be a "New measure".
Your formula looks correct to me. I imagine there must be other data Tables involved in that Table visual, with a missing or incorrect relationship?
Thanks for the reply.
So is "SUM" supposed to take the Sum of the entire table or just the group by section (which is what I want)?
Thanks.
I think I know where you went wrong - did you add AverageListPrice as a "New measure" or a "New column"? It looks like "New column", but it should likely be a "New measure".
Looks good. I think I got it. Thanks.
I think Mike has nailed it.. I made a simple demo and made a calculated column and measure. The column reprecates your what your seeing, but the measure actually meets your requirements.
Try remaking your calculation as a new measure:
Mike Carlo
mike@powerbi.tips
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 |
---|---|
25 | |
18 | |
15 | |
9 | |
8 |
User | Count |
---|---|
37 | |
32 | |
18 | |
16 | |
13 |