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
User | Count |
---|---|
77 | |
76 | |
41 | |
29 | |
24 |
User | Count |
---|---|
96 | |
91 | |
52 | |
47 | |
46 |