Forum Discussion
PistachioFace
May 10, 2022Copper Contributor
How to have items belong to multiple different categories and then be able to filter.
I'm trying to create a database of different pet foods. I want to be able to add multiple categories that belong to one 'group' to each product then filter using those categories. Most products ar...
Patrick2788
May 10, 2022Silver Contributor
You might consider tabling the data and then adding a slicer (or two).
Another option is to create a pivot table (The data would have to be un-pivoted with PowerQuery first).