Refer to the exhibit. The DAX measure 'Sales YTD' is defined as shown. The model has a Date table marked as a date table and a relationship to Sales[OrderDate]. However, the measure returns BLANK for all months except December. What is the most likely cause?
DATESYTD uses the year-end date from the date table; if the fiscal year ends in December, YTD for other months returns BLANK.
Why this answer
Option D is correct because DATESYTD uses the date table's year-end date, which by default is December 31. If the Date table's year ends in December, the YTD calculation only returns values for that month. Option A is wrong because the relationship is correctly configured.
Option B is wrong because the measure uses the Date table column. Option C is wrong because the Date table is marked as a date table.