<?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 Organize data on column chart  from the oldest data to the newest in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Organize-data-on-column-chart-from-the-oldest-data-to-the-newest/m-p/1647421#M3567</link>
    <description>&lt;P&gt;Hi everyone, I have a column chart and I want to organize my data from the oldest data to the newest. In this case, for an unknown reason the data is organized like this: 2020, Dec / 2020, Nov /2021, Feb / 2021 , Jan&lt;BR /&gt;Is shown like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brincos22_0-1612513066303.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/448773iF4804015EE58467E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brincos22_0-1612513066303.png" alt="brincos22_0-1612513066303.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;FYI: Ive created this column&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;YearMonth = FORMAT([Created],"YYYY,MMM")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 05 Feb 2021 08:19:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-05T08:19:20Z</dc:date>
    <item>
      <title>Organize data on column chart  from the oldest data to the newest</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Organize-data-on-column-chart-from-the-oldest-data-to-the-newest/m-p/1647421#M3567</link>
      <description>&lt;P&gt;Hi everyone, I have a column chart and I want to organize my data from the oldest data to the newest. In this case, for an unknown reason the data is organized like this: 2020, Dec / 2020, Nov /2021, Feb / 2021 , Jan&lt;BR /&gt;Is shown like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brincos22_0-1612513066303.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/448773iF4804015EE58467E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brincos22_0-1612513066303.png" alt="brincos22_0-1612513066303.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;FYI: Ive created this column&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;YearMonth = FORMAT([Created],"YYYY,MMM")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Feb 2021 08:19:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Organize-data-on-column-chart-from-the-oldest-data-to-the-newest/m-p/1647421#M3567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-05T08:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Organize data on column chart  from the oldest data to the newest</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Organize-data-on-column-chart-from-the-oldest-data-to-the-newest/m-p/1649118#M3568</link>
      <description>&lt;P&gt;You need to change your YearMonth definition to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;YearMonth = FORMAT([Created],"YYYYMM")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or introduce a "Sort By"&amp;nbsp; column that sorts by month number, not by month name.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 00:29:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Organize-data-on-column-chart-from-the-oldest-data-to-the-newest/m-p/1649118#M3568</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-02-06T00:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Organize data on column chart  from the oldest data to the newest</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Organize-data-on-column-chart-from-the-oldest-data-to-the-newest/m-p/1652501#M3570</link>
      <description>&lt;P&gt;Thank you so much and sorry for this silly question!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 16:56:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Organize-data-on-column-chart-from-the-oldest-data-to-the-newest/m-p/1652501#M3570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-08T16:56:14Z</dc:date>
    </item>
  </channel>
</rss>

