Forum Discussion
Multiple date hierarchies in the same visual
- 6 years ago
Hi kitti ,
Yo can create calculated columns for year, quarter, month, week, and then use these columns to create new hierarchy.
Year = [Date].[Year] Quarter = [Date].[QuarterNo] Month = [Date].[Month] Week = WEEKDAY( [Date] )Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
kitti , You create the required column in you date table and create custom hierarchy
https://www.youtube.com/watch?v=WWvVeYU0Dvw
How to create various column
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/