<?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 text in  calculated column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307964#M57258</link>
    <description>&lt;P&gt;Thank you So Much&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 15:05:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-01-28T15:05:48Z</dc:date>
    <item>
      <title>Split text in  calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307753#M57238</link>
      <description>&lt;P&gt;Hi All, Need some urgent help , I need to split text in calculated column as below please note it is a claculated column so please do not suggest any power quesry tricks it wont work it has to do with right function but not sure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;21/01/2022 Resource&lt;/P&gt;&lt;P&gt;01/04/2021 Planning&lt;/P&gt;&lt;P&gt;14/04/2021 Implementation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Final result to look like :&lt;/P&gt;&lt;P&gt;Resource&lt;/P&gt;&lt;P&gt;Planning&lt;/P&gt;&lt;P&gt;Implementation&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 13:20:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307753#M57238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-28T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Split text in  calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307777#M57240</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try a new column in DAX like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right([COlumn], len([Column]) - search(" ", [Column],,0))&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 13:34:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307777#M57240</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-01-28T13:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Split text in  calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307802#M57245</link>
      <description>&lt;P&gt;Hi Amit it is throwing error search has the wrong data type or invalid value&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 13:43:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307802#M57245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-28T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Split text in  calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307828#M57246</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Check this &lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = RIGHT([Column1],LEN([Column1]) -SEARCH(" ",[Column1],,0))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 13:56:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307828#M57246</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-01-28T13:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Split text in  calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307964#M57258</link>
      <description>&lt;P&gt;Thank you So Much&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 15:05:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Split-text-in-calculated-column/m-p/2307964#M57258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-28T15:05:48Z</dc:date>
    </item>
  </channel>
</rss>

