Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am pretty new to PBI, This was in Excel, how can I get the samething in Power BI?
Thanks!
| Over/Short | Amount |
| O | $5.00 |
| S | ($5.00) |
| O | $0.23 |
| O | $19.99 |
| S | ($20.00) |
| S | ($0.21) |
| O | $20.00 |
| O | $0.01 |
| O | $100 |
| Net Amount | $120.02 |
Solved! Go to Solution.
Thanks for the reply but i'm not sure that will work. It needs to add up all the numbers and then subtract out the (S's short)amount to get the net total.
Hi @mjonesjr8
Do you have any other columns in the table? Power BI by default aggregate the data and show you in the visual. You can create a measure like below. Even the default amount column will show you the expected result when you drag and drop. The below measure also will show you the expected result.
=SUM('<Table Name>'[Amount])
Thanks
Hari
Okay, I see, thank you very much!
Thanks for the reply but i'm not sure that will work. It needs to add up all the numbers and then subtract out the (S's short)amount to get the net total.
Thank you very much!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.