Forum Discussion
VoltesDev
4 years agoHelper V
Non sequential date dimension
Hi friends, I have a date dimension that has non sequential value : got 1 row with date '1/1/1900' and then start with '1/1/2010' so forth until '12/31/2025' and then 1 other row with value '12/...
amitchandak
4 years agoSuper User
VoltesDev , I would suggest moving all 1900 date to 2010 or make then null in power query and try
- VoltesDev4 years agoHelper V
Hi,
I think I can't just change the date (move) since I'm using Direct Query, is there any other trick ?
One of the reason is because in transaction, they do have transaction date of '01/01/1900'
or should I use other DAX formula ?
Thanks
- amitchandak4 years agoSuper User
VoltesDev , Table dates contain continuous dates from 2010 onward and are marked as date table ?
I think you should get one blank record and the rest should work
- VoltesDev4 years agoHelper V
Hi,
No, the date dimension is with '1/1/1900' for the 1st row, and then start with '1/1/2010' onward until 2025.
I'm sorry, I didn't get what do you mean by blank record.
Thanks