Forum Discussion
Anonymous
6 years agoNot applicable
Datetime Hierarchy
Hi everyone! I want to built area chart comparing two years by months. But I need to show my data not only by days (30 divisions) as it shown below: But I need to ...
- 6 years ago
Hi Anonymous ,
The data type of your date column is DateTime? If so, I think you could create an hour column, drag it to x axis and then expand Day and Hour.
HOUR = HOUR('Table'[Date])Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-xuding-msft
6 years agoCommunity Support
Hi Anonymous ,
The data type of your date column is DateTime? If so, I think you could create an hour column, drag it to x axis and then expand Day and Hour.
HOUR = HOUR('Table'[Date])
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.