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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
kadapavel
Helper II
Helper II

Show measure HH:MM:SS in y axis

Hello

there was similar topic discussed, but I have not find answer for my case...

I have a column "Available" which is duration of equipment operation, that I have in decimal points

I created a measure which converts the duration to HH:MM:SS

Now I need to have a bar chart showing operation of the equipment over a month.

Problem is that on chart I have again decimal values and not time, use only measure in value box seems to be impossibleCapture2.PNG

Thanks in advance for support

 

 

1 ACCEPTED SOLUTION
v-jiascu-msft
Employee
Employee

Hi @kadapavel,

 

I am afraid there isn't a feature like this by now. You can submit or vote an idea here: field-of-duration-type.

Please reference: 

1. Display-duration-as-HH-MM-SS-on-Y-axis

2. Aggregating-Duration-Time

3. Duration-as-Y-Axis

 

BUT, there is a workaround. Though it isn't prefect. Using a R visual.

 

library(ggplot2)
ggplot(data = dataset) + geom_bar(mapping = aes(x = Date, y = Column), stat = "identity")

Show measure HHMMSS in y axis.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

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

View solution in original post

4 REPLIES 4
DenniD
New Member

Dear Expert, 

this post is from 2017 so I hope there is already a proper solution from Power BI to show the HH:MM in Y-Axis?
Seems Tableau able to do that just fine

 

Regards,

Denni

v-jiascu-msft
Employee
Employee

Hi @kadapavel,

 

I am afraid there isn't a feature like this by now. You can submit or vote an idea here: field-of-duration-type.

Please reference: 

1. Display-duration-as-HH-MM-SS-on-Y-axis

2. Aggregating-Duration-Time

3. Duration-as-Y-Axis

 

BUT, there is a workaround. Though it isn't prefect. Using a R visual.

 

library(ggplot2)
ggplot(data = dataset) + geom_bar(mapping = aes(x = Date, y = Column), stat = "identity")

Show measure HHMMSS in y axis.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@v-jiascu-msft  Thanks. Could you please share me what R code should i use for line graph. I too want to show time on Y - Axis.

 

Thanks,

Shubham 

Hello v-jiascu-msft

 

Thank you very much! That seems to be only solution...

Hopefully the time or duration will be implemented soon as more people are using the Power BI for different data analytics.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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