Index number of Calendar Hierarchy:Error
I have been trying to get the index of a date in calendar hierarchy by using the below rule.
IndexnumberMeasure = if( index([CLND].[day], ByWpPromoEndDt)
ByWpPromoEndDt -- Measure having the date value.
The issue is that after a particular date the index number is not coming in the measure.
In our case we can get the index number of the calendar hierarchy from today till 26-01-2020, the index number for date 27-01-2020 and afterward comes blank.
But we can see the dates in our hierarchy till 2021.
What could be the issue? Is the issue with Calendar hierarchy or entire domain?