Forum Discussion
lazy_anarchist
2 years agoFrequent Visitor
FIlter based on columns
I have few tables, they have column names which end with seasonal,not seasonal. for example: in an employment table. I have column names:Nation - All Employees, Total Nonfarm_Not Seasonally Adjusted...
parry2k
Super User
2 years agolazy_anarchist it is possible, you need to tweak your table in PQ, unpivot the columns, and then create another column to get anything after "_" . Create another table with the options for slicer and set relation of this new table with the newly created column.
Once this is all done, you can easily filter your data tables using the slicer, and ofcourse slicer will use this newly created table.