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
DeeMag
Helper II
Helper II

Help required to display whole number/decimal to mm:ss in Power BI Visual Matrix

Hi, 

 

Please can someone help me on converting the whole number to display as mm:ss for the values which are on the matrix visual.

The Brand and Average Duration are in the matrix visual.

The Average Duration for 163 should be displayed as 02:43 or something like in mm:ss

DeeMag_2-1631818277948.pngAny help on this appreciated, thank in advance. if any more inputs are required to work on this, please let me know.

 

Regards,

1 ACCEPTED SOLUTION
DeeMag
Helper II
Helper II

As per other post, in power Query, I changed the column type to duration and  Data type to Date/time.

Added a measure as 

Avg Time =
FORMAT( AVERAGE('Table'[Duration]) , "mm:ss"), but the values are not correct.

DeeMag_0-1631823868830.png

DeeMag_1-1631823975801.png

 

 

View solution in original post

1 REPLY 1
DeeMag
Helper II
Helper II

As per other post, in power Query, I changed the column type to duration and  Data type to Date/time.

Added a measure as 

Avg Time =
FORMAT( AVERAGE('Table'[Duration]) , "mm:ss"), but the values are not correct.

DeeMag_0-1631823868830.png

DeeMag_1-1631823975801.png

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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