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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Anonymous
Not applicable

Time in Pie Chart Graph

Hi Everyone!

 

I´m trying to show a measure of acumulative time in a Pie Chart.

But there is some problem and I can't.

I have the measure "#Tiempo Total de Navegación (HH:mm:ss)" like this:

Captura.PNG

Some clue?

 

 

1 ACCEPTED SOLUTION

@Anonymous

 

It is not possible to do it currently. You can submit your requirement on Power BI Ideas.Smiley Happy

 

Regards

View solution in original post

4 REPLIES 4
v-ljerr-msft
Microsoft Employee
Microsoft Employee

@Anonymous


I´m trying to show a measure of acumulative time in a Pie Chart.

But there is some problem and I can't.


So what is the problem? Could you be more precisely with it? Is that the Pie Chart doesn't show any data in report like below?

error2.PNG

If that is the case, I would suggest you to change the measure "Total Navigation Time" to calculate the accumulative time in seconds, or in minutes/hours with a numeric type instead of time type(HH: MM: SS). Because the Values of Pie Chart doesn't support time type data, so it won't display anything. See my sample below.

 

To make it simple, I just assume you have a table called MyTestTable like below.

table.PNG

Use formula below to create the measure "Total Navigation Time" to calculate the accumulative time in seconds.

Total Navigation Time in second =
HOUR ( MyTestTable[Time Total] ) * 3600
    + MINUTE ( MyTestTable[Time Total] ) * 60
    + SECOND ( MyTestTable[Time Total] )

measure.PNG

Then show the measure in a Pie Chart in report.

result.PNG

Regards

Anonymous
Not applicable

Hi @v-ljerr-msft !

Thanks for the answer.

 

That is my problem and that is the solution that I used.

But I would like to know if It was possible to put the datas in the pie chart as date/time like hh:mm:ss.

 

 

@Anonymous

 

It is not possible to do it currently. You can submit your requirement on Power BI Ideas.Smiley Happy

 

Regards

Anonymous
Not applicable

OK, Thanks for your time @v-ljerr-msft.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

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.