Forum Discussion
KatjaPosohin
1 year agoNew Member
Creating new column for Revenue doesn't work
Hello, I'm trying to create a new column in the table section to calculate the revenue using the new column and the formula Revenue = sales[Units] * sales[Price] but it doesn't follow my co...
sanalytics
Super User
1 year agoHello KatjaPosohin
Can you try below DAX code..
Revenue = Sumx('Sales','Sales'[Units] * 'Sales'[Price] )
Let me know if it is working or not.
Regards
sanaltyics