Forum Discussion

VitorR's avatar
VitorR
New Member
6 years ago
Solved

Help with filters

I'm trying to make a column chart where i can filter data by year, category and country.  Having some trouble with the year part. 

This is what i already achieved:

 
 
 

My data looks like this:

Country

Category2010201120122013
BrazilTravel

VALUE

VALUEVALUEVALUE
ItalyTravelVALUEVALUEVALUEVALUE
FranceHome CareVALUEVALUEVALUEVALUE

 

 

Any tips, books, videos would help a lot.

  • You should unpivot all your Year columns in the query editor.  This will give you a Year column that you can use on the axis, as the legend, in a slicer, etc.  In your case, in the query editor, Ctrl click to highlight the Country and Category columns, then right click and choose unpivot other columns.

     

    If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

    Regards,

    Pat

1 Reply

  • mahoneypat's avatar
    mahoneypat
    Microsoft Employee

    You should unpivot all your Year columns in the query editor.  This will give you a Year column that you can use on the axis, as the legend, in a slicer, etc.  In your case, in the query editor, Ctrl click to highlight the Country and Category columns, then right click and choose unpivot other columns.

     

    If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

    Regards,

    Pat