Power BI DAX

01 CALCULATED COLUMN

When calculations is done on a row level

Revenue = [Price_USD] * [Sales]
02 CALCULATED MEASURES

When calculation is done on an aggregated level and don’t want to store information on a row level

Measure do not create physical values in your table. It does not increase the file size.