<?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: How to work with total, means, std and filter. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1491708#M28688</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226208" data-lia-user-login="mahoneypat" class="lia-mention lia-mention-user"&gt;mahoneypat&lt;/a&gt;&amp;nbsp; thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;How can I filter the Month too. Ex: I just want to colllect data from Feb - Apr only. Ofcause the running average will change too.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2020 04:00:05 GMT</pubDate>
    <dc:creator>huynq</dc:creator>
    <dc:date>2020-11-13T04:00:05Z</dc:date>
    <item>
      <title>How to work with total, means, std and filter.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1491664#M28681</link>
      <description>&lt;P&gt;Hi everyone, thanks for comming in advance.&lt;BR /&gt;&lt;BR /&gt;I ran into a issue that I need to calculate the normal distribution but seems like means and stds were not calculated correctly&lt;BR /&gt;I have this dataset as an example. What I want to do is to bring the 300 to every row and use it to calculate my number. I have date filter too.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, thanks for your helps in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hugo.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 03:18:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1491664#M28681</guid>
      <dc:creator>huynq</dc:creator>
      <dc:date>2020-11-13T03:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to work with total, means, std and filter.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1491670#M28684</link>
      <description>&lt;P&gt;You need to use CALCULATE to remove the filter on the Month column like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Avg All Months = CALCULATE(AVERAGE(Table[Salary]), ALL(Table[Month]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 03:25:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1491670#M28684</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2020-11-13T03:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to work with total, means, std and filter.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1491708#M28688</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226208" data-lia-user-login="mahoneypat" class="lia-mention lia-mention-user"&gt;mahoneypat&lt;/a&gt;&amp;nbsp; thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;How can I filter the Month too. Ex: I just want to colllect data from Feb - Apr only. Ofcause the running average will change too.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 04:00:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1491708#M28688</guid>
      <dc:creator>huynq</dc:creator>
      <dc:date>2020-11-13T04:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to work with total, means, std and filter.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1492041#M28697</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Avg All Months = CALCULATE(AVERAGE(Table[Salary]), ALLSELECTED(Table[Month]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;change ALL to ALLSELECTED, if using month slicer&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 07:43:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1492041#M28697</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-11-13T07:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to work with total, means, std and filter.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1493034#M28720</link>
      <description>&lt;P&gt;To include/exclude specific months, you can use ALLSELECTED and a month slicer.&amp;nbsp; To get last three months or other similar calculation, you'll want to set up a Date table in your model with month and month number columns.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 14:18:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-work-with-total-means-std-and-filter/m-p/1493034#M28720</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2020-11-13T14:18:38Z</dc:date>
    </item>
  </channel>
</rss>

