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
Hello,
I have a rather simple calculation to be made, but I'm not able to do it:(
I have a table that contains two columns - ERP and Amount. I need tro create new column with Amount2 where Scala Amounts should be multiplied by 1000, the rest stays the same..
Could you please help?
Thnak you!
Solved! Go to Solution.
Hi @KatkaS
Can you try using an IF statement:
Amount2 = IF(ERP = "Scala", Amount * 1000, Amount)
Thank you very much, Amit, as always!
Hi @KatkaS
Can you try using an IF statement:
Amount2 = IF(ERP = "Scala", Amount * 1000, Amount)
Thank you!!
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 |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 94 | |
| 84 | |
| 33 | |
| 32 | |
| 25 |