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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

DIsplaying call center Time Duration in line graph

Hi,
I have a call center Data to be disaplyed in line graph. The duration of a call should be in MM:SS format.
In line graph i need to show the duration.

The Existing report is in Excel format and in EXCEL we have mm:ss data type but in power bi it is not available.
I have used the following DAX to get minutes:Seconds from time

mm:ss = format([Date], "nn:ss")

but there is no datatype for minutes:seconds format so i assgined text format as a datatype. But i couldnt assign text column in line graph y axis.

Please suggest how to display mm:ss in line graph y axis in power bi?

 

2 REPLIES 2
Greg_Deckler
Community Champion
Community Champion

@Anonymous Chelsie Eiden's Duration - Microsoft Power BI Community



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Hi @Greg_Deckler Thank you for your reply. Yes i have tried the measure you have mentioned. But that also we are setting as text.

I need some guidance for the below line you in the suggested post,
Once you have this measure, then all you have to do is implement Chelsie Eiden's Custom Format String with a value of "00:00:00" (no double quotes). Boom!!

I couldnt change the datatype to decimal as mentioned, and format i tried to set as custom but it is not allowing me to set as custom automatically it changes to general.

Please advice how to set the datatype in the mm:ss format

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors