Forum Discussion

kiran123's avatar
kiran123
Frequent Visitor
7 years ago
Solved

Time Calculation Report

Hi Team, we have  a Data where we have time column I am getting the time in format of  "HH:MM:SS"  and my target hours for one shift is 8 hours  we have 3 shifts A,B & C and we have 12 Production St...
  • v-xicai's avatar
    v-xicai
    7 years ago

    Hi kiran123 ,

     

    It is not supported to implement your demand in Power BI currently .There is an idea about this issue, please vote it up, field-of-duration-type, to improve the Power BI.

     

    It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

     

    We also submitted this feedback to the product group internally, so that the product group can pay attention to this problem and speed up the issue repairing.

     

    Please reference: Display-duration-as-HH-MM-SS-on-Y-axis , Aggregating-Duration-Time ,Duration-as-Y-Axis .

     

    To work around the issue, you can also use R visual.

     

     

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

     

     

     

    Best Regards,

    Amy

     

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