Forum Discussion
Time 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?
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.
1 Reply
- v-xiaotang
Community Support
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.