Case Study: Competitor Sales Analysis in Power BI
Deepesh Vashistha
Data Architect at Accenture

| Calculated Column | Measures |
|---|---|
| For evaluating each row | For aggregating multiple rows |
| Add a new column to an existing table | Results in another field that you can add to a visualization |
| Calculated at data load or when the data is refreshed | Calculated at query time as you interact and filter |
Profit = Sales(Sales)-Sales(Cost) |
Sales YTD = TotalYTD(Sum(Sales), Date(date)) |

Case Study: Competitor Sales Analysis in Power BI