<?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: Date format in text column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-in-text-column/m-p/2510524#M69621</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="149850" data-lia-user-login="Bergh" class="lia-mention lia-mention-user"&gt;Bergh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Test = CONCATENATE(related(apdv035_ppap_dim[_Exist_PPAP]), ", "&amp;amp; (format(RELATED(apdv302_part_period_dim[ea_minus_40]),"YYYY-M-D")))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 12:22:36 GMT</pubDate>
    <dc:creator>Arul</dc:creator>
    <dc:date>2022-05-12T12:22:36Z</dc:date>
    <item>
      <title>Date format in text column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-in-text-column/m-p/2510406#M69610</link>
      <description>&lt;P&gt;Hi.&lt;BR /&gt;I have this one: Test&amp;nbsp;&lt;SPAN&gt;= &lt;/SPAN&gt;&lt;SPAN&gt;CONCATENATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;related&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;apdv035_ppap_dim[_Exist_PPAP]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp; (&lt;/SPAN&gt;&lt;SPAN&gt;RELATED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;apdv302_part_period_dim[ea_minus_40]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The column is text.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The output is: No, 12/5/2022&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I want it like: No, 2022-5-12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How??&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 11:36:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-in-text-column/m-p/2510406#M69610</guid>
      <dc:creator>Bergh</dc:creator>
      <dc:date>2022-05-12T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in text column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-in-text-column/m-p/2510524#M69621</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="149850" data-lia-user-login="Bergh" class="lia-mention lia-mention-user"&gt;Bergh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Test = CONCATENATE(related(apdv035_ppap_dim[_Exist_PPAP]), ", "&amp;amp; (format(RELATED(apdv302_part_period_dim[ea_minus_40]),"YYYY-M-D")))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 12:22:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-in-text-column/m-p/2510524#M69621</guid>
      <dc:creator>Arul</dc:creator>
      <dc:date>2022-05-12T12:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in text column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-in-text-column/m-p/2510553#M69625</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Can you try&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result = DATEVALUE([Test])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also there are formatting options on top ribbon:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I hope this helps..&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 12:28:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-in-text-column/m-p/2510553#M69625</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-05-12T12:28:51Z</dc:date>
    </item>
  </channel>
</rss>

