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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All,
I am new to this so my question could be very basic. I am trying to create a new custom column to display the numbers from a column named "actual amount" in either negative or positive values, based on a value "Outgoing" from a column called "payment direction.
How can I do that, please? I have ssen other topics about this but I can't seem to get this to work for me. Thanks.
Solved! Go to Solution.
= Table.AddColumn(PriorStepOrTableName, "Actual Amount", each if [Direction] = "Outgoing" then [Amount] * -1 else Amount)
--Nate
= Table.AddColumn(PriorStepOrTableName, "Actual Amount", each if [Direction] = "Outgoing" then [Amount] * -1 else Amount)
--Nate
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 9 | |
| 8 | |
| 7 | |
| 6 |