Forum Discussion
Accessing Data using Slicers
- 2 years ago
Anonymous , To resolve this split the category in Power Query
plit the Column by Delimiter:
Select the "category" column.
Go to the "Transform" tab, click on "Split Column," and choose "By Delimiter."
Choose the delimiter (in your case, it seems to be a comma followed by a space ", ").
Unpivot the Columns:After splitting, you will have multiple columns for categories.
Select the columns that were created from the split.
Go to the "Transform" tab and click on "Unpivot Columns."
Rename Columns:Rename the resulting columns to something meaningful, like "category" and "value."
Anonymous , To resolve this split the category in Power Query
plit the Column by Delimiter:
Select the "category" column.
Go to the "Transform" tab, click on "Split Column," and choose "By Delimiter."
Choose the delimiter (in your case, it seems to be a comma followed by a space ", ").
Unpivot the Columns:
After splitting, you will have multiple columns for categories.
Select the columns that were created from the split.
Go to the "Transform" tab and click on "Unpivot Columns."
Rename Columns:
Rename the resulting columns to something meaningful, like "category" and "value."
- Anonymous2 years agoNot applicable
thank you so much!