<?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: Split String with other field data as delimiter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400467#M62789</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for the reply. I have to admit I'm not sure. I would guess a calculated column.&lt;/P&gt;&lt;P&gt;I need it to work also when the maintenance number exceeds 10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Øystein&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 11:18:00 GMT</pubDate>
    <dc:creator>oysteina</dc:creator>
    <dc:date>2022-03-17T11:18:00Z</dc:date>
    <item>
      <title>Split String with other field data as delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400316#M62783</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm new to Power BI, and has been tasked to move our reports from Qlikview. I've come across an issue I'm not successful in Googeling the answer to. In our database, the information of Vehicle Maintenance is stored like this:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Vehicle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Maintenance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A-1&lt;/TD&gt;&lt;TD&gt;A-11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A-1&lt;/TD&gt;&lt;TD&gt;A-12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A-1&lt;/TD&gt;&lt;TD&gt;A-13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B-34&lt;/TD&gt;&lt;TD&gt;B-341&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B-34&lt;/TD&gt;&lt;TD&gt;B-342&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2345864&lt;/TD&gt;&lt;TD&gt;23458641&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2345864&lt;/TD&gt;&lt;TD&gt;23458642&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2345864&lt;/TD&gt;&lt;TD&gt;23458643&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;34-321&lt;/TD&gt;&lt;TD&gt;34-3211&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;34-321&lt;/TD&gt;&lt;TD&gt;34-3212&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;The Maintenance field contains Vehicle ID&amp;amp;Maintenance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like is to get this out in the report:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Vehicle&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Maintenance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A-1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A-1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A-1&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B-34&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B-34&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2345864&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2345864&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2345864&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;34-321&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;34-321&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Qlikview, I use the Vehicle field as delimiter, and retrieve the second part of the string.&lt;/P&gt;&lt;P&gt;How is this possible i Power BI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Øystein Andresen&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 10:29:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400316#M62783</guid>
      <dc:creator>oysteina</dc:creator>
      <dc:date>2022-03-17T10:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Split String with other field data as delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400401#M62785</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="366755" data-lia-user-login="oysteina" class="lia-mention lia-mention-user"&gt;oysteina&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you want it as a measure or calculated column?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 10:46:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400401#M62785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-17T10:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Split String with other field data as delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400415#M62787</link>
      <description>&lt;P&gt;You can do this in Power Query. Insert a step like&lt;/P&gt;&lt;PRE&gt;= Table.AddColumn( #"Changed Type", "Maintenance ID", each Text.Replace( [Maintenance], [Vehicle],"") )&lt;/PRE&gt;&lt;P&gt;and then you can delete the original Maintenance column if you don't need it for anything else&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 10:56:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400415#M62787</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-03-17T10:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Split String with other field data as delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400467#M62789</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for the reply. I have to admit I'm not sure. I would guess a calculated column.&lt;/P&gt;&lt;P&gt;I need it to work also when the maintenance number exceeds 10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Øystein&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 11:18:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400467#M62789</guid>
      <dc:creator>oysteina</dc:creator>
      <dc:date>2022-03-17T11:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Split String with other field data as delimiter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400471#M62790</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;I will try this solution now. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Øystein&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 11:18:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-String-with-other-field-data-as-delimiter/m-p/2400471#M62790</guid>
      <dc:creator>oysteina</dc:creator>
      <dc:date>2022-03-17T11:18:40Z</dc:date>
    </item>
  </channel>
</rss>

