Forum Discussion
hi_world
2 years agoHelper III
calendar date table
Hello, I am in Direct Query mode. for each date, a column for year, quarter, and month was created in the database. This was done for practical reasons, as a user will want to display information ...
- 2 years ago
All Time Intelligence functions require a contiguous and covering calendar table that ideally is marked as a Date table. This table is usually very small, so its impact on your data model is minimal. It is highly recommended that each of your data models includes that table.
lbendlin
2 years agoSuper User
All Time Intelligence functions require a contiguous and covering calendar table that ideally is marked as a Date table. This table is usually very small, so its impact on your data model is minimal. It is highly recommended that each of your data models includes that table.
- hi_world2 years agoHelper III
Thank your for your reponses.