Forum Discussion
Slicer with time
- 9 years ago
Hi AndyMan,
Currently, the Slicer does't support Time Slicer at time-level. Here is a similar idea shared on Power BI Ideas. You can vote it up and add your comments there to make this feature coming sooner.:smileyhappy:
In addition, if you only want to use Hours of 0:00:00-23:00:00 as Slicer on your report, you should be able to use the formula below to create new calculate column in your Time table, then show it as a Slicer.:smileyhappy:
TimeText = FORMAT ( 'Time'[Time], "hh:mm:ss" )
Regards
Hi AndyMan,
Currently, the Slicer does't support Time Slicer at time-level. Here is a similar idea shared on Power BI Ideas. You can vote it up and add your comments there to make this feature coming sooner.:smileyhappy:
In addition, if you only want to use Hours of 0:00:00-23:00:00 as Slicer on your report, you should be able to use the formula below to create new calculate column in your Time table, then show it as a Slicer.:smileyhappy:
TimeText = FORMAT ( 'Time'[Time], "hh:mm:ss" )
Regards