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!!
| User | Count |
|---|---|
| 57 | |
| 43 | |
| 32 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 70 | |
| 38 | |
| 27 | |
| 24 |