<?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: Search for specific word and extract it into new colomn in Power BI DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836345#M6209</link>
    <description>&lt;P&gt;It helped a lot thank you so much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; only last step were to still have the "FPTS-" part or would that be to complicated to add in the custom colomn: So instead of only have the numerical value also have the "FPTS-" the reason for this is it well be used for a reference point to another colomn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2019 14:49:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-04T14:49:40Z</dc:date>
    <item>
      <title>Search for specific word and extract it into new colomn in Power BI DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836300#M6202</link>
      <description>&lt;P&gt;Atm my data is like a list of sentence like following:&lt;/P&gt;&lt;P&gt;FPTS is our (Case ID)&lt;/P&gt;&lt;P&gt;Column&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;FPTS-0009: needed help for software update&lt;/LI&gt;&lt;LI&gt;Helped and customer doing frontend FPTS-0012&lt;/LI&gt;&lt;LI&gt;This time the customer FPTS-0020 needed refresh data&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I want to find the word "FPTS" and extract it's ID and have it inside a new colomn. As you can see the word I need to extract doesn't have the same position all the time! sometimes it shifts What I try to do is extract FPTS-xxxx from above which would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;FPTS-0009&lt;/LI&gt;&lt;LI&gt;FPTS-0012&lt;/LI&gt;&lt;LI&gt;FPTS-0029&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;would help a lot to find a solution!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 13:59:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836300#M6202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-04T13:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Search for specific word and extract it into new colomn in Power BI DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836323#M6205</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 14:24:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836323#M6205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-04T14:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Search for specific word and extract it into new colomn in Power BI DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836325#M6206</link>
      <description>&lt;P&gt;These photo I just attached is the solution I really want "atm this were done manually" but really don't it to do auto, because have over 4000 rows so manual process on this is not a option :S&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 14:26:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836325#M6206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-04T14:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search for specific word and extract it into new colomn in Power BI DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836326#M6207</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can solve it in a bunch of ways. a Simpler one is to extract the desired data into a new Column using M language in your Query editor.&lt;/P&gt;&lt;P&gt;So, let's see how to do it!&lt;/P&gt;&lt;P&gt;First of all, in Query Editor, click on "Add Column" and select "Custom Column".&lt;/P&gt;&lt;P&gt;If you need to extract just the numbers, this code can deal with it:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If you want to have the original value, you can concatenate the text with this code in M language:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"FPTS-" &amp;amp;Text.Start(Text.AfterDelimiter([&amp;lt;yout original text column here&amp;gt;], "FPTS-"),4)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's it&lt;/P&gt;&lt;P&gt;Ps.: If you do not use the original column in your report, be sure to delete it before finishing your data preparation, just to get a great performance with your final model.&lt;/P&gt;&lt;P&gt;If I helped you to reach your goals, please, mark this as solution!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 14:27:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836326#M6207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-04T14:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search for specific word and extract it into new colomn in Power BI DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836345#M6209</link>
      <description>&lt;P&gt;It helped a lot thank you so much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; only last step were to still have the "FPTS-" part or would that be to complicated to add in the custom colomn: So instead of only have the numerical value also have the "FPTS-" the reason for this is it well be used for a reference point to another colomn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 14:49:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836345#M6209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-04T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search for specific word and extract it into new colomn in Power BI DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836349#M6210</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, use this expression to concatenate the value!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"FPTS-" &amp;amp;Text.Start(Text.AfterDelimiter([&amp;lt;yout original text column here&amp;gt;], "FPTS-"),4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 14:50:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/836349#M6210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-04T14:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search for specific word and extract it into new colomn in Power BI DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/837278#M6242</link>
      <description>&lt;P&gt;It's solved thank you so much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:41:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Search-for-specific-word-and-extract-it-into-new-colomn-in-Power/m-p/837278#M6242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-05T14:41:06Z</dc:date>
    </item>
  </channel>
</rss>

