Forum Discussion

Ashik008's avatar
Ashik008
Frequent Visitor
3 years ago

Power bi slicer

Hi All,

I need a help.My data is like this. i need to have slicer with contains "Green ,Yellow,Red. so when i select Green it shows only the Green rated items. please help

productjan ratingfeb ratingmarch rating
AbcGreenGreenYellow
AbcYellowRedRed
sdcGreenredyellow

2 Replies

  • DOLEARY85's avatar
    DOLEARY85
    Icon for Resident Rockstar rankResident Rockstar

    Hi,

     

    you could unpivot the columns in power query so that all the values are in the same field and then use the slicer on that value field. If you need the data in the same format, you could duplicate the table, then unpivot the new tabe and join the tables in model view.

     

    If I answered your question, please mark my post as solution, Appreciate your Kudos 👍