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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Graph with time in y axis

Hi,

I needo to build a chart when x axis has months and y axis has avg time of during the calls  similar :

Rick_ferreira_0-1614087465529.png

I have a table below:

Rick_ferreira_1-1614087531035.png

But I can not do the chart, it appears as:

Rick_ferreira_2-1614087579417.png

I don´t know what is problem.

Can I help me please?

 

Thanks

3 REPLIES 3
v-alq-msft
Community Support
Community Support

Hi, @Anonymous 

 

It is unsupported to put a column whose data type is time in 'Values'. Only number data type columns can be put in 'Values'. I'd like to suggest you unify the unit to seconds. I created data to reproduce your scenario. The pbix file is attached in the end.

Table:

d1.png

 

You may create a calculated column as below.

TotalSeconds = HOUR([A_TIME])*3600+MINUTE([A_TIME])*60+SECOND([A_TIME])

 d2.png

 

Result:

d3.png

 

Best Regards

Allan

 

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

Anonymous
Not applicable

I can´t build the graph as I intend? 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.