Forum Discussion

joc's avatar
joc
Helper I
9 years ago
Solved

Graph with conditions

Hello everybody,

 

I need your help again for a new problem.

I would like display the data where WEEK_NUM is the highter for the 2 last years (in yellow) . I don't know how do to that.

My table :

 

 

And I would like this type of graph :

Thanks in advance for the help,

Joc

 

  • I have managed to replicate the graph you are after, but it isn't filtered on the top WEEK_NUM for each year. It is based only on the VALUE - the maximum for each month. So if the top WEEK_NUM means the VALUE is also at it's higest this will work for you:

     

    cluster column chart with the values as 'Max of VALUE' and a slicer based on the YEAR. You can select one year or more than one by using Crtl + select

     

2 Replies

  • I have managed to replicate the graph you are after, but it isn't filtered on the top WEEK_NUM for each year. It is based only on the VALUE - the maximum for each month. So if the top WEEK_NUM means the VALUE is also at it's higest this will work for you:

     

    cluster column chart with the values as 'Max of VALUE' and a slicer based on the YEAR. You can select one year or more than one by using Crtl + select

     

    • joc's avatar
      joc
      Helper I

      Thank you, it's working like that !