Forum Discussion
Direct Query | Datetime columns don't have hierarchy
- 6 years ago
Hi Anonymous ,
Regarding the cause of this problem, you can refer to this:
But you can create hierarchical dates manually.
First, creating [Year], [Quarter], [Month], [Day] calculated column. ( You need to use YEAR(), QUARTER(), MONTH(), DAY() function)
Second, select the three points to the right of the column.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Regarding the cause of this problem, you can refer to this:
But you can create hierarchical dates manually.
First, creating [Year], [Quarter], [Month], [Day] calculated column. ( You need to use YEAR(), QUARTER(), MONTH(), DAY() function)
Second, select the three points to the right of the column.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.