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.
Hi, how do I calculate Sum based on two columns.
Example (above) and expected output (bottom) :
Should I use Measure? Or create a new table instead?
Thanks!
Solved! Go to Solution.
Hi, @Anonymous
Please make sure the aggregation for 'Product_Code' is set as 'Don't summerize' and the aggregation for 'Product Qty' is set as 'Sum'.
Or you may create a measure as below.
Result = SUM('Table'[Product_Qty])
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
Please make sure the aggregation for 'Product_Code' is set as 'Don't summerize' and the aggregation for 'Product Qty' is set as 'Sum'.
Or you may create a measure as below.
Result = SUM('Table'[Product_Qty])
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , You can choose aggregation as sum or create a measure
Total product qty = Sum(Table[product_qty])
Take the other two as (so not summarize) in a table or on the row of the matrix visual .
Hi @Anonymous
just set aggregation as Sum in visual field Product_Qty settings
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 |
---|---|
72 | |
67 | |
51 | |
38 | |
26 |
User | Count |
---|---|
88 | |
52 | |
45 | |
39 | |
38 |