Forum Discussion

ConnieMaldonado's avatar
ConnieMaldonado
Icon for Responsive Resident rankResponsive Resident
6 years ago
Solved

Stacked Bar Chart with Start Time, Duration and Multiple Activities on One Row

I'm creating a report to review the efficiency of technician activities on a daily basis.  I'm looking at 3 categories of effort:  work (actual time on the job), drive time, and comparing that to act...
  • v-alq-msft's avatar
    6 years ago

    Hi, ConnieMaldonado 

     

    Based on your description, I creatad data to reproduce your scenario.

    Table:

     

    Duration is a calculated column as below.

     

    Duration = DATEDIFF('Table'[Start time],'Table'[End Time],MINUTE)

     

     

    You may use Gantt 2.2.3 from marketplace, go to 'Visualization' ribbon, click 'Formatting'=>'General', set 'Duration unit' as 'Seconds' and 'Duration min' as 0, click 'Date type', set 'Type' as 'Hour'.

     

     

    Result:

     

     

    Best Regards

    Allan

     

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