Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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:
Some clue?
Solved! Go to Solution.
@Anonymous
It is not possible to do it currently. You can submit your requirement on Power BI Ideas.
Regards
@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?
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.
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] )
Then show the measure in a Pie Chart in report.
Regards
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.
Regards
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.