Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am trying to create a slicer that slicers by hours/minutes. I have data column in dd/mm/yyyy hh:mm:ss format. Does anyone have any idea how I could do this?.
Thanks,
Solved! Go to Solution.
Best practice is to split your DateTime columns into Date and Time columns, and then add Date and Time tables to your model. Please see this article and embedded videos.
Calculate and Format Durations in DAX – Hoosier BI
Time Tables in Power BI – Hoosier BI
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Best practice is to split your DateTime columns into Date and Time columns, and then add Date and Time tables to your model. Please see this article and embedded videos.
Calculate and Format Durations in DAX – Hoosier BI
Time Tables in Power BI – Hoosier BI
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thanks for the advice. I'll try follow the articles.