I have a dimension representing dates from 1 January till 31 December. It is based on a specific dataset which returns the 365 dates.
If the dataset for my facts only starts on 3 rd January for a specific ware, PivotGrid will not show the 1st and 2nd January for that ware.
If the missing day is inside the year, no problem, Pivot grid show 0 for the facts in blue.
HideEmptyRows and HideEmptyColumns are of course false.
How can I make sure that ALL values of the date dimension is in the PivotGrid for all wares?