<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Combine values to one string with delimiter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1382303#M25268</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="185102" data-lia-user-login="PZUDGW" class="lia-mention lia-mention-user"&gt;PZUDGW&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As per the screenshot that you have shared, I can see that there are three PartyIDs visible. The formula should return one string with those three PartyID when you select the contract H000033.&lt;BR /&gt;&lt;BR /&gt;Can you share some sample data and the expected result to have a clear understanding of your question?&lt;BR /&gt;You can save your files in OneDrive, Google Drive, or any other cloud sharing platforms and share the link here.&lt;BR /&gt;____________________________________&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to paste sample data with your question?&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to get your questions answered quickly?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;_____________________________________&lt;BR /&gt;Did I answer your question? Mark this post as a solution, this will help others!.&lt;/P&gt;&lt;P&gt;Click on the Thumbs-Up icon if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;YouTube, &lt;/A&gt;&lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Sep 2020 18:48:59 GMT</pubDate>
    <dc:creator>Fowmy</dc:creator>
    <dc:date>2020-09-20T18:48:59Z</dc:date>
    <item>
      <title>Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266415#M21222</link>
      <description>&lt;P&gt;My query has e.g. 3 values as a result, say 3 different names. How can I combine these names to 1 string with a delimiter between each name with DAX?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings PZ&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2020 15:21:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266415#M21222</guid>
      <dc:creator>PZU_DGW</dc:creator>
      <dc:date>2020-08-01T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266423#M21223</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250222" data-lia-user-login="PZU_DGW" class="lia-mention lia-mention-user"&gt;PZU_DGW&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you need to add a new column that combines the values from three columns using delimiter like "-",&amp;nbsp; try:&lt;BR /&gt;&lt;BR /&gt;= [Column1] &amp;amp; "-" &amp;amp;&amp;nbsp;[Column2] &amp;amp; "-" &amp;amp;&amp;nbsp;[Column3]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;Did I answer your question? Mark this post as a solution, this will help others!.&lt;/P&gt;&lt;P&gt;Click on the Thumbs-Up icon on the right if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;YouTube, &lt;/A&gt;&lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/I&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2020 15:28:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266423#M21223</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2020-08-01T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266464#M21228</link>
      <description>&lt;P&gt;Thanks for your reply Fowmy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The query-result is a result over &lt;U&gt;1 column&lt;/U&gt; and can be 1, 2 or sometimes 3 values. I like to combine these results to 1 string, with a constant delimiter, like "-", between every value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope I explained it better &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gr. PZU&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2020 17:03:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266464#M21228</guid>
      <dc:creator>PZU_DGW</dc:creator>
      <dc:date>2020-08-01T17:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266466#M21229</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250222" data-lia-user-login="PZU_DGW" class="lia-mention lia-mention-user"&gt;PZU_DGW&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Provide sample data, you can copy-paste here. do you need to do it in Power Query or DAX?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;Did I answer your question? Mark this post as a solution, this will help others!.&lt;/P&gt;&lt;P&gt;Click on the Thumbs-Up icon on the right if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;YouTube, &lt;/A&gt;&lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2020 17:06:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266466#M21229</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2020-08-01T17:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266489#M21231</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250222" data-lia-user-login="PZU_DGW" class="lia-mention lia-mention-user"&gt;PZU_DGW&lt;/a&gt;&amp;nbsp; Can you share some sample data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2020 18:28:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266489#M21231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-01T18:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266773#M21255</link>
      <description>&lt;P&gt;Sorry guys, I have only a printscreen, no code. As you kan see in de topright, you can select a contract. A contract contains 1,2 and sometimes 3 members/persons. When a contract is selected, the details show below. In this case 3 members (now only their partyID for security-resons insteat of their full names)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finaly i like to show 1 string with the 3 PartyID's seperated with a delimiter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to upload the pbix-file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2020 11:25:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266773#M21255</guid>
      <dc:creator>PZU_DGW</dc:creator>
      <dc:date>2020-08-02T11:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266776#M21256</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250222" data-lia-user-login="PZU_DGW" class="lia-mention lia-mention-user"&gt;PZU_DGW&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Try this measure: You can drop it in a card visual.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;PartyID String = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;CONCATENATEX(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;VALUES(Table[PARTYID]),Table[PARTYID],", ")&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;Did I answer your question? Mark this post as a solution, this will help others!.&lt;/P&gt;&lt;P&gt;Click on the Thumbs-Up icon on the right if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;I&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;YouTube, &lt;/A&gt;&lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 02 Aug 2020 11:38:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1266776#M21256</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2020-08-02T11:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1382291#M25267</link>
      <description>&lt;P&gt;Ok, due to vacancy and personal situation, I haven't been able to reply for a while.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The given answer is not completely satisfying.&amp;nbsp; The string generated contains all partyID's, instead of the partyID's filtered by contract. This way, the generated string contains only the 3 - 2 or just 1 name(s) related to the contract.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 18:26:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1382291#M25267</guid>
      <dc:creator>PZUDGW</dc:creator>
      <dc:date>2020-09-20T18:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1382303#M25268</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="185102" data-lia-user-login="PZUDGW" class="lia-mention lia-mention-user"&gt;PZUDGW&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As per the screenshot that you have shared, I can see that there are three PartyIDs visible. The formula should return one string with those three PartyID when you select the contract H000033.&lt;BR /&gt;&lt;BR /&gt;Can you share some sample data and the expected result to have a clear understanding of your question?&lt;BR /&gt;You can save your files in OneDrive, Google Drive, or any other cloud sharing platforms and share the link here.&lt;BR /&gt;____________________________________&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to paste sample data with your question?&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to get your questions answered quickly?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;_____________________________________&lt;BR /&gt;Did I answer your question? Mark this post as a solution, this will help others!.&lt;/P&gt;&lt;P&gt;Click on the Thumbs-Up icon if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;YouTube, &lt;/A&gt;&lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 18:48:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1382303#M25268</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2020-09-20T18:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1396575#M25648</link>
      <description>&lt;P&gt;Fowmy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can find the file &lt;A href="https://drive.google.com/file/d/1RtfoZrP179bbIr2zggKEIL5f6Mfwc9Po/view?usp=sharing" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to have the description (of partyID's) at the end of each contract row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for helping me!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 20:37:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1396575#M25648</guid>
      <dc:creator>PZUDGW</dc:creator>
      <dc:date>2020-09-25T20:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Combine values to one string with delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1411464#M26168</link>
      <description>&lt;P&gt;Problem solved. Sollution was realised by rearranging the relationsships between the datatables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2020 13:23:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Combine-values-to-one-string-with-delimiter/m-p/1411464#M26168</guid>
      <dc:creator>PZUDGW</dc:creator>
      <dc:date>2020-10-04T13:23:05Z</dc:date>
    </item>
  </channel>
</rss>

