Forum Discussion

michelle8816's avatar
michelle8816
Frequent Visitor
10 years ago
Solved

DAX: YTD total

I have the data including customer, contract month, and contract value, and then i use DAX to creat sales and YTD sales by following measures. Sales = sum(Sales[Contract Value]) YTD Sales = totalyt...