Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Visualizing Time Data

Hi,

I want to analyze and visualize time stamps from a machine, using Power BI.

The machine is doing multiple tasks.

I want to analyze the time needed for each task.

An Excel Sheet serves as my data source. It looks like this:

Task Time Stamp
Task 1 Startdd.mm.yyyy hh:mm:ss
Task 1 End...
Task 2 Start...

I calculated the time needed in a new table in PBI.

PBI Forum 4.JPG

"Intervall" contains the calculated time between two tasks. 

Now i want to create a visual containing each task with the needed time.

 

I just tried to use a bar chart, but PBI doesnt visualize my time data, but counts the amount of "Intervall" for each task.

Can you tell me what im doing wrong?

PBI Forum 5.JPG

 

 

 

5 REPLIES 5
amitchandak
Super User
Super User

@Anonymous , refer if this can help

https://social.technet.microsoft.com/wiki/contents/articles/33644.powerbi-aggregating-durationtime-i...

https://radacad.com/calculate-duration-in-days-hours-minutes-and-seconds-dynamically-in-power-bi-usi...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak  this doesnt help, it describes how to format time data in hh:mm:ss.

My Data is already formatted, the problem is the visualization doesnt work how i want it to.

yet, thank you for your reply.

Hi @Anonymous ,

 

Unfortunately, Power BI does not support show hh:mm:ss on Y axis .You can submit or vote an idea here: field-of-duration-type.

 

In addition, you can take a look at below method(convert the time format to Numeric): 

 

 

Time(WholeNumber) = HOUR(MAX([Intervall]))*10000+MINUTE(MAX([Intervall]))*100+SECOND(MAX([Intervall])) 

 

 

Or you can Use the R visual in https://community.powerbi.com/t5/Desktop/Show-measure-HH-MM-SS-in-y-axis/td-p/241155

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

Mark1982
Helper I
Helper I

Check your column summarization setting in the column tool within the data view. Set it to don't summarize.

Anonymous
Not applicable

@Mark1982  thats not the problem, yet thanks for your help.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.