Forum Discussion
mkrumpak
9 years agoRegular Visitor
Dynamic filtering question
Hi, I would like to implement a slicer-like-control on a column that contains a list of values as shown in the example below, where item 1 has tags a, b, c, d, and e. DATA SET item tag ...
Anonymous
9 years agoNot applicable
You will want to use "Power Query" (edit queries) to split the fields out into many columns.... then "unpivot" them. Both are easy to do in Edit Queries functionality.
1 a
1 b
1 c
...
2 a
2 b
3 a
...