<?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 Help splitting this column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3688139#M143285</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to split this by dd/mm/yyyy (UK date format).&lt;BR /&gt;&lt;BR /&gt;I'm in need of an DAX formula that'll extract the date portion (02022024) of the Source Name column and then return the result in the above manner.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If someone can guide me in this, it'll be wonderful. I'm very raw with DAX.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 11:13:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-02-08T11:13:34Z</dc:date>
    <item>
      <title>Help splitting this column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3688139#M143285</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to split this by dd/mm/yyyy (UK date format).&lt;BR /&gt;&lt;BR /&gt;I'm in need of an DAX formula that'll extract the date portion (02022024) of the Source Name column and then return the result in the above manner.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If someone can guide me in this, it'll be wonderful. I'm very raw with DAX.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 11:13:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3688139#M143285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-08T11:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help splitting this column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3688224#M143288</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;Can you please try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Date =
VAR DatePosition =
    LEN ( Files[FileName] ) - LEN ( "ddmmyyyy" )
        - LEN ( ".xlsx" ) + 1
VAR DateString =
    MID ( Files[FileName], DatePosition, 8 )
RETURN
    FORMAT (
        DATE ( RIGHT ( DateString, 4 ), MID ( DateString, 3, 2 ), LEFT ( DateString, 2 ) ),
        "dd/mm/yyyy"
    )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Upvote and accept as a solution if it helps!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 11:51:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3688224#M143288</guid>
      <dc:creator>govindarajan_d</dc:creator>
      <dc:date>2024-02-08T11:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help splitting this column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3690211#M143396</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did the solution work?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 07:43:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3690211#M143396</guid>
      <dc:creator>govindarajan_d</dc:creator>
      <dc:date>2024-02-09T07:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help splitting this column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3714217#M144547</link>
      <description>&lt;P&gt;Hi, sorry for the very late response. I'm going to check now and get back to you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 12:21:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3714217#M144547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-21T12:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help splitting this column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3714242#M144548</link>
      <description>&lt;P&gt;You're a star! Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 12:35:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-splitting-this-column/m-p/3714242#M144548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-21T12:35:10Z</dc:date>
    </item>
  </channel>
</rss>

