Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Syndicate_Admin
Administrator
Administrator

Column as list type

A row is a single customer that contains multiple comma separated categories in a single column.  I'd like to treat this column as an array/list rather than splitting each category into new rows.  The entire table needs to be exportable via a paginated report, and splitting categories into new rows will cause duplicated customers. 

 

Categories are used in a slicer, so the slicer needs to filter based on contains a category, rather than an exact match, otherwise all 200+ possible combinations of categories in the column show up in the dropdown, and a user will have to select each occurrence of a category in order for all customers tagged with a category to show up.  Is there a contains setting for slicers?

1 REPLY 1
lbendlin
Super User
Super User

Power BI cannot handle lists or records (unlike Power Query). You need to split and/or unpivot your source data to arrive at primitive column types.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors