Forum Discussion
Modelling: Best Practices with Multiple Date Columns & Values
Chthonian , What value is shown in the column when the value was blank is fine. We can check like
isblank([Date]) .
Auto calendar is a good option. But typically organizations have calendar +/- 2 years on both sides of data.
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/
Appreciate your Kudos.
- Chthonian6 years agoHelper III
Thanks amitchandak ,
I always setup my models with a proper date table and relationships, something I learned right at the start π
I do currently utilise ISBLANK('Date'[Date]) to work with my blanks. Are you saying the blank/null values are not something to be concerned about? I always want to model with best practices so just wanted to make sure I was not making some rookie mistakes.
Thanks again for the reply.
David
- tex6286 years agoCommunity Champion
Blanks and nulls provide just as much information about a record as any full date. In some of my installations running on Dynamics Navision data I've seen blank values being converted to 1753-01-01, if you ever come across this my advice is to convert to proper null values.
Br,
J