Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello everyone,
I need your support to calculate a partial sum. Here I have a table with Purchase Order Number, Invoice Number, PO Amount Total and Invoice Amount. The issue here, I can have one order for several invoice numbers. And in the tab (see below) I want to show the sum of the orders and the sum of the invoices, so that we can see how much we have left to be invoiced. So as you can see in the column PO Amount total the amount for one order is summed up several times. But I would like it to be a sum by taking the PO Amount Total only once.
I would like to have a total of 7500€ and not 22500€.
Do you have any idea how I can do this ?
Thanks in advance for your support.
Solved! Go to Solution.
Hi @AxelKAp
Please try
PO Amount Measure =
SUMX ( VALUES ( 'Table'[PO Number] ), CALCULATE ( MAX ( 'Table'[PO Amount] ) ) )
Hi @AxelKAp
Please try
PO Amount Measure =
SUMX ( VALUES ( 'Table'[PO Number] ), CALCULATE ( MAX ( 'Table'[PO Amount] ) ) )
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |