Forum Discussion

douglasmarc's avatar
douglasmarc
Frequent Visitor
10 years ago
Solved

Filtering by column headings

Hi   I have a range of columns with relevant data and would like to enable users of the reports to filter (using slicer or otherwise) by the column headers. They are participation figures so the da...
  • TimGab's avatar
    10 years ago

    It is actually possible to do this, but I don't really consider it a "clean" way.

    1. edit the query
    2. duplicate the table you want to filter based on columns
    3. select all the columns you want to be able to filter (using shift and or control)
    4. right-click and select unpivot data
    5. now you can filter based on the new "attributes" column

    Notice how this is not a good suggestion for large data as you have to copy the entire table.

    It works though...

    To actually implement the filter I would recommend using the chiclet slicer from the custom visuals store