<?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: Top 4 producent regardless time in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-4-producent-regardless-time/m-p/1083878#M15406</link>
    <description>&lt;P&gt;Try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;Sales 6month = DIVIDE(&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;calculate(sum(Sales);FILTER(ALL('Table');MONTH(Date) &amp;gt;= MONTH(TODAY()) ) - 6)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(sum(Sales);FILTER(ALL('Table');MONTH(date) &amp;gt;= MONTH(TODAY()) ) - 6;ALL(Producer))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;You need to override the filter context for your dates.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 11 May 2020 11:11:59 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2020-05-11T11:11:59Z</dc:date>
    <item>
      <title>Top 4 producent regardless time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-4-producent-regardless-time/m-p/1083843#M15402</link>
      <description>&lt;P&gt;HI, I would like to create a chart with top4 producers all the time and show them on timeline&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a measure:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sales 6month = DIVIDE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;calculate(sum(Sales);MONTH(Date) &amp;gt;= MONTH(TODAY())-6)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(sum(&lt;SPAN&gt;Sales&lt;/SPAN&gt;);MONTH(date) &amp;gt;= MONTH(TODAY())-6;ALL(Producer))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If I put it into filter top4 with producers it doesnt work properly because of date on X axis. I would like to choose 4 top producers and then show them on X chart with timeline.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 May 2020 10:44:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-4-producent-regardless-time/m-p/1083843#M15402</guid>
      <dc:creator>mic_rysel</dc:creator>
      <dc:date>2020-05-11T10:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Top 4 producent regardless time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-4-producent-regardless-time/m-p/1083878#M15406</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;Sales 6month = DIVIDE(&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;calculate(sum(Sales);FILTER(ALL('Table');MONTH(Date) &amp;gt;= MONTH(TODAY()) ) - 6)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(sum(Sales);FILTER(ALL('Table');MONTH(date) &amp;gt;= MONTH(TODAY()) ) - 6;ALL(Producer))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;You need to override the filter context for your dates.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 May 2020 11:11:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-4-producent-regardless-time/m-p/1083878#M15406</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-05-11T11:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Top 4 producent regardless time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-4-producent-regardless-time/m-p/1084005#M15412</link>
      <description>&lt;P&gt;it doesnt work properly, If i do with Your solution every producer has the same sales value each month and one month as blank.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 12:10:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-4-producent-regardless-time/m-p/1084005#M15412</guid>
      <dc:creator>mic_rysel</dc:creator>
      <dc:date>2020-05-11T12:10:02Z</dc:date>
    </item>
  </channel>
</rss>

