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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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