Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I have a set of data which looks like the below:
| Order Number | Amount 1 | Amount 2 | Amount 3 | Amount 4 |
| 1 | 138 | null | null | null |
| 1 | null | 124 | null | null |
| 2 | null | null | 127 | null |
| 2 | null | null | null | 130 |
| 3 | 144 | null | null | null |
When I display this in a table in PowerBi it looks like this;
| Order Number | Amount 1 | Amount 2 | Amount 3 | Amount 4 |
| 1 | 138 | null | null | null |
| 1 | null | 124 | null | null |
| 2 | null | null | 127 | null |
| 2 | null | null | null | 130 |
| 3 | 144 | null | null | null |
However I really want to have the amount associated with each order number, i..e I want it to be displayed like this:
| Order Number | Amount 1 | Amount 2 | Amount 3 | Amount 4 |
| 1 | 138 | 124 | null | null |
| 2 | null | null | 127 | 130 |
How can I do this? I want to display this data in my actual report.
Hi @Anonymous ,
I can't reproduce your issue. Please share us your pbix file. Please remove sensitive information. It is suggested to upload your file to OneDrive for Business and then paste the link here.
Best Regards,
Icey
@Anonymous , Check all these four column should be of number type -Amount 1 Amount 2 Amount 3 Amount 4
Ande set their default summarization as the sum
What is the setting on your Order number column?
I have it as sum currently.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 108 | |
| 39 | |
| 33 | |
| 25 |