Forum Discussion

blazko's avatar
blazko
Icon for Helper III rankHelper III
9 years ago
Solved

gantt like chart, measure help

Hi i want to make Gannt like chart with user activity in time. So I have this table with user id, date, and time of activity, My thought was to change the time to show rough minutes ( zero the second...
  • v-jiascu-msft's avatar
    v-jiascu-msft
    9 years ago

    Hi blazko,

     

    Maybe this one:

     

    Measure 2 =
    VAR test = DISTINCTCOUNT ( 'data'[time_h:m] ) RETURN IF ( test = 0, 1, 0 )

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    Best Regards!

    Dale