07-25-2017 01:44 AM - last edited 07-25-2017 01:48 AM
Year-to-date performance measure
Calculate the sum of some column containing numerical values from 1/1 this year up until now.
Name: Base value
Tooltip: The value you want to measure year-to-date performance on
Type: Numerical field / measure
Name: Dates
Tooltip: The dates you want to use for the year-to-date period
Type: Date field
SUM {Base value} YTD =
Calculate(
SUM({Base value}),
DATESYTD({Dates})
)
If you take a look at the .pbix, you'll find syntax for creating a time dimension and making the monthname + year column.
Don't hesitate to ask about the measure. I'll gladly elaborate on anything regarding it.