Forum Discussion
Syndicate_Admin
Administrator
3 years agoTime range in Power bi
Good! I have a problem when adding a range of hours since PBI detects some dates and they are not the one I have in the database, some way to make a range of hours?
- 3 years ago
Thanks for reaching out to us.
you can try this,
(1) create a calendar table and put date column into slicer
calendar = CALENDAR(DATE(2022,1,1),DATE(2022,12,31))(2) create a date table based on your original table
Date = VALUES('Table'[Date])Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
v-xiaotang
Community Support
3 years agoThanks for reaching out to us.
you can try this,
(1) create a calendar table and put date column into slicer
calendar = CALENDAR(DATE(2022,1,1),DATE(2022,12,31))
(2) create a date table based on your original table
Date = VALUES('Table'[Date])
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.