Above is the dataset that I am working with. ^
I am creating an interactive dashboard for this dataset by using pivot tables. I have graphs on date, county, and caller type (affiliation). I want to link the call inquiry categories to this data as well. I need the count for each of the call inquiry categories to display in a graph and link with the other data types.
However, with the way that the call inquiries are currently formatted (in individual columns), I cannot group it in pivot tables with the other data categories. I do not want to group together call categories like health effects and testing and have it count as 1.
How can I format the call categories into one column/link it to the other data types?
You need to normalise the table. This can be done with Power Query in just a few steps.
screenshots: