Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am trying to show SUM of total hours for each activity
Hours & Minutes column can't be set as TIME so unsure how to show visual with aggregate SUM
TimeHours & MinutesMinutesMinjutes as ValuesTime Spent
0:05:32 | 00:05 | 05 | 5 | Over 40 |
1:00:18 | 01:00 | 60 | 60 | Over 40 |
0:25:42 | 00:25 | 25 | 61 | Over 40 |
1:00:12 | 01:00 | 60 | 62 | Over 40 |
0:51:05 | 00:51 | 51 | 63 | Over 40 |
0:22:50 | 00:22 | 22 | 64 | Over 40 |
I can make it work using Minutes column but I want to see visual in Hours & Minutes
Solved! Go to Solution.
Yes. Multiply the duration by 24, that will give you the hours with fractions.
Depends on how you get the original duration. Remember that you cannot create columns from measures.
Please see this article for how to handle durations. It shows how to keep them stored as decimals (for aggregations, visuals, etc.) but display as you want with FORMAT as needed (e.g., in a tooltip).
Calculate and Format Durations in DAX – Hoosier BI
Pat
but I want to see visual in Hours & Minutes
How would that scale look like? Hours and fractions, or hours and quarters? You won't be able to show a mixed scale on the Y axis of a Column chart.
Would it be possible to show as decimals? Eg: 6 and a half hours is 6.5
Yes. Multiply the duration by 24, that will give you the hours with fractions.
@lbendlin Thanks - I feel I am close but not quite.
Do I do this by adding a new column with 24 then create a Measure to multiply by Duration by the New Column?
Depends on how you get the original duration. Remember that you cannot create columns from measures.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
61 | |
36 | |
32 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |