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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Running into an issue where currently showing the amount of minutes it takes to complete a task. Need to convert the avg minutes want to display as hours and minutes instead. Example 355.15 would display as 5.92 instead. I tried converting column into hh:nn but that doesnt allow me to show as average only as count in graph.
Solved! Go to Solution.
Hi @Hgsilva ,
You could create a custom column or a measure that divides the value by 60.
355.15 / 60= 5.92
Hi @Hgsilva
Divide your current measure by 60 to get the hours equivalent.
Note: if you intend to show the Y-axis category as time format, that isn't possible. It has to be numeric.
Hi @Hgsilva
Divide your current measure by 60 to get the hours equivalent.
Note: if you intend to show the Y-axis category as time format, that isn't possible. It has to be numeric.
Thank you! Super simple, I did not realize couldnt make it as time format. Thank you for explanation.
Hi @Hgsilva ,
You could create a custom column or a measure that divides the value by 60.
355.15 / 60= 5.92
This worked perfectly for my situation. Thank you very much!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 51 | |
| 45 |