Forum Discussion

Br1-981's avatar
Br1-981
Helper I
3 years ago
Solved

Group by and summarize

Hi, I got my raw data like this: I need to derive, for each campaign the min "Date Start" and the max (Date End). I need also to keep the information about the Budget Owner associated to each ...
  • sebastiandyrby's avatar
    sebastiandyrby
    3 years ago

    Hi again

    It's true that the Gantt chart doesn't accept the measures as input to the start and/or end dates. However, a workaround is just to add the calculations of start and end dates as calculated columns instead and use these in the Gantt chart. 

    The thing is that - depending on the size of your report - unneccesary tables may affect the performance. And here, I don't think it's necessary.

    So just add calculated columns for you start and end dates like this:

    And use these in the Gantt chart, like this: 

    I then achieve this Gantt chart visual:


    Hope this helps.

    Best regards.