Forum Discussion

SnowPanda's avatar
SnowPanda
New Member
9 years ago

Slicer

Greetings to all. I need help, can I construct a slicer by using header instead of column? 
 
I have a table that comprise of 7 Columns, first column contains staff ID while the rest contain values accroding to the types of leave. As for now, I managed to construct the slicer based on the first column which is the Staff ID. What I want to do next is to contruct the slicer based on the types of leave. How can I do that ? Thanks in advance.

4 Replies

  • Phil_Seamark's avatar
    Phil_Seamark
    Microsoft Employee

    You could change your table into a 3 column table as one option

     

    Col1 = StaffID

    Col2 = Leave Type

    Col3 = Leave Value

     

    You can then easily create a slicer over Col2.

     

    You can do this in your Query Editor using Append, or in DAX using the UNION.

     

    Let us know which you prefer and we can give more detailed instructions.

    • SnowPanda's avatar
      SnowPanda
      New Member


      First of all thank you for your reply previous. This is my example of table, I want to make the header (AL, EL, ML, LC, UL, MIA) as slicer instead of the staff ID

      • Sean's avatar
        Sean
        Community Champion

        SnowPanda

        In the Query Editor => select both Staff ID and Staff Name columns => Transform tab => Unpivot Other Columns

        Rename the new Attribute and Value columns with appropriate names

        (double clck on the column names or right-click and select rename)

        the Home tab => Close & Apply

        now you can use the Attribute (or whatever new name you have given this column) as your Slicer

         

        Good Luck!:smileyhappy: