<?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 Ignore/remove text from column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-remove-text-from-column/m-p/950652#M10628</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column of stock numbers that range from 10000000 to 80000000 however there is the odd entry that contains text. Id like to create a dax that would create a new column that only display the stock numbers and therefore ignores the text?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screenshot below of result from current column&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2020 09:10:41 GMT</pubDate>
    <dc:creator>JamesGordon</dc:creator>
    <dc:date>2020-02-27T09:10:41Z</dc:date>
    <item>
      <title>Ignore/remove text from column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-remove-text-from-column/m-p/950652#M10628</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column of stock numbers that range from 10000000 to 80000000 however there is the odd entry that contains text. Id like to create a dax that would create a new column that only display the stock numbers and therefore ignores the text?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screenshot below of result from current column&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 09:10:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-remove-text-from-column/m-p/950652#M10628</guid>
      <dc:creator>JamesGordon</dc:creator>
      <dc:date>2020-02-27T09:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore/remove text from column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-remove-text-from-column/m-p/950853#M10642</link>
      <description>&lt;P&gt;To create a custom column as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Text.Select([Stock Number], {"0".."9"})&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer this post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Power-Query/Remove-Text-from-Specific-Column/m-p/829119" target="_blank"&gt;https://community.powerbi.com/t5/Power-Query/Remove-Text-from-Specific-Column/m-p/829119&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/pravin-p-wattamwar" target="_blank"&gt;www.linkedin.com/in/pravin-p-wattamwar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I resolve your problem Mark it as a solution and give kudos.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 11:00:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-remove-text-from-column/m-p/950853#M10642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-27T11:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore/remove text from column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-remove-text-from-column/m-p/950882#M10648</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp; is this using power query not DAX though?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use DAX to solve this?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 11:26:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-remove-text-from-column/m-p/950882#M10648</guid>
      <dc:creator>JamesGordon</dc:creator>
      <dc:date>2020-02-27T11:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore/remove text from column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-remove-text-from-column/m-p/950885#M10649</link>
      <description>&lt;P&gt;It's recommended to use Power query for column creatation. IF not possible then only go for dax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Read this article&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/comparing-dax-calculated-columns-with-power-query-computed-columns/" target="_blank"&gt;https://www.sqlbi.com/articles/comparing-dax-calculated-columns-with-power-query-computed-columns/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/pravin-p-wattamwar" target="_blank"&gt;www.linkedin.com/in/pravin-p-wattamwar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I resolve your problem Mark it as a solution and give kudos.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 11:29:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ignore-remove-text-from-column/m-p/950885#M10649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-27T11:29:36Z</dc:date>
    </item>
  </channel>
</rss>

