<?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 Sortfo in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719462#M679751</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="235688" data-lia-user-login="tebtim19" class="lia-mention lia-mention-user"&gt;tebtim19&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;males = CALCULATE(COUNTROWS(FILTER(SAP Table,SAP Table[Gender]="Male")),ALLSELECTED(Dates[Year Month]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 12 Mar 2021 17:42:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-03-12T17:42:42Z</dc:date>
    <item>
      <title>Date Sortfo</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719386#M679725</link>
      <description>&lt;P&gt;Is anyone here know how to sort date for my slicer.&lt;/P&gt;&lt;P&gt;Doesn't look like sorted&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 16:22:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719386#M679725</guid>
      <dc:creator>tebtim19</dc:creator>
      <dc:date>2021-03-12T16:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date Sortfo</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719422#M679736</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="235688" data-lia-user-login="tebtim19" class="lia-mention lia-mention-user"&gt;tebtim19&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can Right click on column in data View and sort asc and Desc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this works for your date column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 16:53:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719422#M679736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-12T16:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date Sortfo</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719426#M679737</link>
      <description>&lt;P&gt;Hi I tried that but it doesnt work. It's also weird that I can't see my date tabel in Query&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 16:58:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719426#M679737</guid>
      <dc:creator>tebtim19</dc:creator>
      <dc:date>2021-03-12T16:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date Sortfo</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719433#M679740</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="235688" data-lia-user-login="tebtim19" class="lia-mention lia-mention-user"&gt;tebtim19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it calculated column? if yes, you can't see in query editor&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 17:01:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719433#M679740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-12T17:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date Sortfo</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719441#M679744</link>
      <description>&lt;P&gt;Its a calculated table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Dates = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ADDCOLUMNS (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALENDAR ( DATE ( 2012, 1, 1 ), DATE ( 2021, 12, 31 ) ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Year", YEAR ( [Date] ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Month", FORMAT ( [Date], "MMMM" ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Month #", MONTH ( [Date] ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Year Month", YEAR ( [Date] ) &amp;amp; " " &amp;amp; FORMAT ( [Date], "MMMM" ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Year Month #", YEAR ( [Date] ) * 100 + MONTH ( [Date] )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Mar 2021 17:12:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719441#M679744</guid>
      <dc:creator>tebtim19</dc:creator>
      <dc:date>2021-03-12T17:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date Sortfo</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719445#M679745</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="235688" data-lia-user-login="tebtim19" class="lia-mention lia-mention-user"&gt;tebtim19&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sort Year Month column by Year Month# using sort by Column option&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 17:20:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719445#M679745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-12T17:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date Sortfo</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719457#M679749</link>
      <description>&lt;P&gt;Hi Thank you this solve my problem.&lt;/P&gt;&lt;P&gt;I have one more thing to ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get the total number of male current employees.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Males = COUNTROWS(FILTER('SAP Table'[Gender] = "Male"))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But everytime I filtered it with my year month slicer it doesn't seems to work.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I need to this so I could also get the Average of Male. Hopw you can help&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Mar 2021 17:28:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719457#M679749</guid>
      <dc:creator>tebtim19</dc:creator>
      <dc:date>2021-03-12T17:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date Sortfo</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719462#M679751</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="235688" data-lia-user-login="tebtim19" class="lia-mention lia-mention-user"&gt;tebtim19&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;males = CALCULATE(COUNTROWS(FILTER(SAP Table,SAP Table[Gender]="Male")),ALLSELECTED(Dates[Year Month]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Mar 2021 17:42:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719462#M679751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-12T17:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date Sortfo</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719489#M679759</link>
      <description>&lt;P&gt;Hi Still doesn't work when I select 2021 Feb I only got 3 males, which is supposed to be 209. I think the only number counter is the count of male added, but what I need is the total number of male filtered by month year.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 18:07:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Sortfo/m-p/1719489#M679759</guid>
      <dc:creator>tebtim19</dc:creator>
      <dc:date>2021-03-12T18:07:14Z</dc:date>
    </item>
  </channel>
</rss>

