<?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 Date Formatting in Calendar Table  from yyyy 2021 and month Nov to Nov-21 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305761#M57105</link>
    <description>&lt;P&gt;Hello PB Community Good Day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking to update my Calendar Table with the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from yyyy 2021 and month Nov to Nov-21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciate your time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jan 2022 17:01:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-01-27T17:01:38Z</dc:date>
    <item>
      <title>Date Formatting in Calendar Table  from yyyy 2021 and month Nov to Nov-21</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305761#M57105</link>
      <description>&lt;P&gt;Hello PB Community Good Day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking to update my Calendar Table with the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from yyyy 2021 and month Nov to Nov-21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciate your time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:01:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305761#M57105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-27T17:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formatting in Calendar Table  from yyyy 2021 and month Nov to Nov-21</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305787#M57110</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;This logic should do this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CustomFormat = &lt;/SPAN&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;YEAR&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'[Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'[Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"MMM-YY"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:12:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305787#M57110</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-01-27T17:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formatting in Calendar Table  from yyyy 2021 and month Nov to Nov-21</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305837#M57116</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;If I wanted to create a new column in a table what would the logic be. I don't have a date in the table below.&lt;/P&gt;&lt;P&gt;Regards,&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;</description>
      <pubDate>Thu, 27 Jan 2022 17:34:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305837#M57116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-27T17:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formatting in Calendar Table  from yyyy 2021 and month Nov to Nov-21</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305925#M57123</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;With month and YYYY columns it would go like this:&lt;BR /&gt;&lt;SPAN&gt;CustomFormat =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DATE&lt;/SPAN&gt;&lt;SPAN&gt;('Table'[Year]&lt;/SPAN&gt;&lt;SPAN&gt;,'Table'[Month]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"MMM-YY"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 18:19:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305925#M57123</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-01-27T18:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formatting in Calendar Table  from yyyy 2021 and month Nov to Nov-21</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305938#M57125</link>
      <description>&lt;P&gt;Hello ValtteriN&lt;/P&gt;&lt;P&gt;Much appreciate your help!&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 18:29:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Formatting-in-Calendar-Table-from-yyyy-2021-and-month-Nov/m-p/2305938#M57125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-27T18:29:45Z</dc:date>
    </item>
  </channel>
</rss>

