Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
80 | |
53 | |
40 | |
39 |
User | Count |
---|---|
102 | |
85 | |
47 | |
46 | |
44 |