<?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: Extract date from Text and plot as date column in table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878640#M93084</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Is the date not there in any of the rows below, it is there in the header?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2022 02:18:41 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-11-02T02:18:41Z</dc:date>
    <item>
      <title>Extract date from Text and plot as date column in table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878501#M93078</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've got some data in text format with a date range attached. I've just made a date column and want to populate it with the above date range.&lt;/P&gt;&lt;P&gt;Please assist me with this. Attached snap.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using custom column to create date in power query with = #date( Year, Month, Day) to poulate entire colume with unique date.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saibal&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 04:02:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878501#M93078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-02T04:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extract date from Text and plot as date column in table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878640#M93084</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Is the date not there in any of the rows below, it is there in the header?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 02:18:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878640#M93084</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-11-02T02:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract date from Text and plot as date column in table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878679#M93090</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Do you want to convert [Booking ID] to date format, what is the conversion format between them.&lt;/P&gt;
&lt;P&gt;I converted according to the previous "7 Digit Julian Date conversion", the date is not between 2022.7.1-2022.9.30.&lt;/P&gt;
&lt;P&gt;Date.AddDays(#date(Number.RoundDown([Booking ID]/1000),1,1),Number.Mod([Booking ID],1000)-1)&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 02:40:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878679#M93090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-02T02:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extract date from Text and plot as date column in table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878712#M93093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Liu Yang,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to exctract Date from header text "Booking Stay report Between: 1-Jul-22 to 30-Sep-22.to want to plot in two column start date and end date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using custom column to create date in power query with = #date( Year, Month, Day) to poulate entire colume with unique date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saibal&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 04:02:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878712#M93093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-02T04:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extract date from Text and plot as date column in table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878713#M93094</link>
      <description>&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;Yes Date range mentioned in the header text. I want to exctract Date from header text "Booking Stay report Between: 1-Jul-22 to 30-Sep-22.to want to plot in two column start date and end date.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saibal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 02:55:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extract-date-from-Text-and-plot-as-date-column-in-table/m-p/2878713#M93094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-02T02:55:56Z</dc:date>
    </item>
  </channel>
</rss>

