Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
This is my table:
Each ID has several markets separated by coma. I need a slicer where the entries will be like 1. IT 2. UK 3. GR, instead of the whole string.
Solved! Go to Solution.
Hi @Quiny_Harl ,
You can do following:
You will end up with multiple columns, having all the values from "Main Markets" column; that are now split by ",". Use these columns as filter on your report.
Thanks,
Pragati
@Quiny_Harl , try split of the column into rows or column if that can help
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
Proud to be a Super User!
@Quiny_Harl - You will have to split that column out and then unpivot the resulting columns in order to get something that you could use in a slicer.
Hi @Quiny_Harl ,
You can do following:
You will end up with multiple columns, having all the values from "Main Markets" column; that are now split by ",". Use these columns as filter on your report.
Thanks,
Pragati