Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi I would like to use a dax to change the datetime format from ex: 11/03/2023 11.36.27AM to 11/03/2023 11.00 AM.
I just would like to convert the datetime values to show dates and hours but not the mins and seconds associated to it.
Solved! Go to Solution.
Hi @maneschr2022
You can use
= TIME ( HOUR ( [TimeMeasure or TimeColumn] ), 0, 0 )
Hi @maneschr2022
You can use
= TIME ( HOUR ( [TimeMeasure or TimeColumn] ), 0, 0 )
@FreemanZ Hi, I want to be able to transform the mins to show them as 00, instead of value, example if time is 11.38AM I want to show it as 11.00AM, if that make sense?
you may also change it with some mouse click:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 10 | |
| 10 | |
| 9 | |
| 8 |