Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi All,
I am struggling to figure out how to combine my different item codes to get a singular row for each item code total.
This is what my data looks like now (Below).
Item code. | Location. | On hand. | on order. | committed. | back ordered. |
a | 1 | 40 | 5 | 0 | 0 |
a | 2 | 30 | 10 | 10 | 0 |
a | 3 | 5 | 10 | 5 | 5 |
a | 4 | 70 | 20 | 0 | 5 |
a | 5 | 60 | 15 | 0 | 0 |
b | 1 | 20 | 40 | 0 | 5 |
b | 2 | 20 | 20 | 5 | 10 |
b | 3 | 10 | 0 | 5 | 0 |
b | 4 | 5 | 10 | 0 | 0 |
b | 5 | 30 | 50 | 10 | 5 |
This is what I would like my data to look like. (Totals)
Item code. | on hand. | on order. | committed. | back ordered. |
a | 205 | 60 | 15 | 10 |
b | 85 | 120 | 20 | 20 |
If this is possible and anyone could give me a hand i would be very grateful.
Thanks
Solved! Go to Solution.
@Anonymous , In a visual data for the numeric column, should some by default.
or sum measure for all these column.
If you want a new table(data), then use group by in power query
https://docs.microsoft.com/en-us/power-query/group-by
@Anonymous , In a visual data for the numeric column, should some by default.
or sum measure for all these column.
If you want a new table(data), then use group by in power query
https://docs.microsoft.com/en-us/power-query/group-by
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
87 | |
82 | |
71 | |
49 |
User | Count |
---|---|
143 | |
123 | |
107 | |
61 | |
55 |