The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!