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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Option Set with Concatenated Values

Hi, I have a dataset that I am bringing in from CRM which is an multi-select option set . Because this is a multi-select, it populates as a concatenated value and I am unable to build a relationship between the Option Set and the dataset. I need the relationship to bring the text description (Justification Description) against the individual values (att 2). I have tried to use List.ReplaceMatching items in the query (att 3) which threw an error message (att 4). This is not an ideal solution in any case because if there is a new value added to the Option Set it would have to be added in manually.

 

att 1.pngatt 2.pngatt 3.pngatt 4.png

1 REPLY 1
v-qiuyu-msft
Community Support
Community Support

Hi @Anonymous ,

 

You can split the dxc_authorityjustifications column values into multiple rows in your first picture, then you can create a relationship based on this column. 

 

= Table.AddColumn(Source, "Custom", each Table.FromColumns({Text.Split([Column2], ",")}))

 

w3.png

 

Reference: 

https://community.powerbi.com/t5/Desktop/split-values-into-multiple-rows/td-p/107946

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.