<?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: Help Making an advanced standard deviation with filter based on a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130756#M16779</link>
    <description>&lt;P&gt;You need to use the STDEVX.P() function.&amp;nbsp; Please try this approach&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Std Complex = STDEVX.P(VALUES(Table[Seller Name]), CALCULATE(Average(Table[Avg Sales Per Day])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Where Table is your table name and the column (not measure) is in the Average().&amp;nbsp; Having the Calculate is required (or you can just use your measure that is the average of that column instead).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;If this works for you, please mark it as solution.&amp;nbsp; Kudos are appreciated too.&amp;nbsp; Please let me know if not.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 30 May 2020 13:21:04 GMT</pubDate>
    <dc:creator>mahoneypat</dc:creator>
    <dc:date>2020-05-30T13:21:04Z</dc:date>
    <item>
      <title>Help Making an advanced standard deviation with filter based on a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130623#M16774</link>
      <description>&lt;P&gt;Hi everyone, i need help with this problem:&lt;/P&gt;&lt;P&gt;Look at this table:&lt;/P&gt;&lt;P&gt;[Sales]&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;A href="https://i.imgur.com/Ns6QfDF.jpg" target="_blank" rel="noopener"&gt;Click Here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And from that table i made this visual (The Standard Deviation value is 65.68)&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The Standard Deviation that I need is not showing in this visual because is taking the values of [Average Sales Per day] and I need that takes the values like the table of the image #2 to take this Standard Deviation Result (114.39):&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank You very much for reading.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 11:58:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130623#M16774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-30T11:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help Making an advanced standard deviation with filter based on a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130756#M16779</link>
      <description>&lt;P&gt;You need to use the STDEVX.P() function.&amp;nbsp; Please try this approach&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Std Complex = STDEVX.P(VALUES(Table[Seller Name]), CALCULATE(Average(Table[Avg Sales Per Day])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Where Table is your table name and the column (not measure) is in the Average().&amp;nbsp; Having the Calculate is required (or you can just use your measure that is the average of that column instead).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;If this works for you, please mark it as solution.&amp;nbsp; Kudos are appreciated too.&amp;nbsp; Please let me know if not.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 30 May 2020 13:21:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130756#M16779</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2020-05-30T13:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help Making an advanced standard deviation with filter based on a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130864#M16787</link>
      <description>&lt;P&gt;Thanks for the response, in tried your recommendation but gave me another value the problem still look:&lt;BR /&gt;The right value is&amp;nbsp;&lt;STRONG&gt;114.40&amp;nbsp;&lt;/STRONG&gt; in this case.&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 16:01:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130864#M16787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-30T16:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help Making an advanced standard deviation with filter based on a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130897#M16790</link>
      <description>&lt;P&gt;Can you share a Power BI file with a sample of your data so we can work with this?&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 17:28:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130897#M16790</guid>
      <dc:creator>stevedep</dc:creator>
      <dc:date>2020-05-30T17:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help Making an advanced standard deviation with filter based on a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130927#M16792</link>
      <description>&lt;P&gt;Sure, clic here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AgluPUER5JqlmCPEuA0xJq4S_IW1?e=KpLSp0" target="_self"&gt;Power BI Data&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 17:46:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130927#M16792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-30T17:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help Making an advanced standard deviation with filter based on a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130960#M16793</link>
      <description>&lt;P&gt;Thanks, that helps. See solution below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;stdevm = CALCULATE(STDEVX.P(VALUES(Sales[Seller Name]);CALCULATE(sum(Sales[Average Sales per Day]))))&lt;/LI-CODE&gt;&lt;P&gt;as seen here:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See modified Power BI file &lt;A href="https://1drv.ms/u/s!AgluPUER5JqlmCUJYVBi5o_X4o1G?e=DoL7O1" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is what you are looking for, please mark as solution. Kudo's appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 18:04:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130960#M16793</guid>
      <dc:creator>stevedep</dc:creator>
      <dc:date>2020-05-30T18:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help Making an advanced standard deviation with filter based on a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130981#M16794</link>
      <description>&lt;P&gt;Excelent!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you both.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 18:13:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Making-an-advanced-standard-deviation-with-filter-based-on/m-p/1130981#M16794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-30T18:13:53Z</dc:date>
    </item>
  </channel>
</rss>

