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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am looking for a way to create an IF statement that works to create the "New Column"
If ( cuts = 1, " Savings amount", "0")
I am having trouble creating the "New Column" Values based off the above IF statement.
Saving Cuts New Column
92.00 0 0
23.00 1 23
15 1 15
0 0 0
12.00 0 0
900.00 1 900
Solved! Go to Solution.
@Anonymous
it's unclear your desired output but I can suggest your column will look like
New Column = IF([cuts] = 1, [Saving], 0)
Hi,
I'm not sure what you're asking for exactly but sounds like the conditional column can create what you need.
Go to add a column, conditional column
for example
@Anonymous
it's unclear your desired output but I can suggest your column will look like
New Column = IF([cuts] = 1, [Saving], 0)
Apologies for the confusion but this is exactly what I needed. I had "0" in my formula so that was the reason it did not work.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 39 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 98 | |
| 84 | |
| 35 | |
| 30 | |
| 25 |