<?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: Calculating DAX measure for different levels of matrix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-DAX-measure-for-different-levels-of-matrix/m-p/3824884#M149571</link>
    <description>&lt;P&gt;Thank you so much! This worked for me.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2024 21:21:00 GMT</pubDate>
    <dc:creator>kne29</dc:creator>
    <dc:date>2024-04-09T21:21:00Z</dc:date>
    <item>
      <title>Calculating DAX measure for different levels of matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-DAX-measure-for-different-levels-of-matrix/m-p/3824817#M149568</link>
      <description>&lt;P&gt;Hello, I've been struggling with calculating the standard deviation for different hierarchies of data.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My data is structured as follows: each row represents a value for a type (A-F). Types A-F belong to either Group 1 or Group 2 (Type A is Group 1, Types B-F are Group 2).&amp;nbsp;&lt;STRONG&gt;I would like to create a DAX measure that calculates standard deviation at both the Type and Group level.&amp;nbsp;&lt;/STRONG&gt;The measure would be used in a matrix that has a Group --&amp;gt; Type row hierarchy.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;For instance, I want the DAX measure to calculate the standard deviation for Group 1 and Group 2 (by summing up all the values in each Group for each date, and calculating the standard deviation of the summed series). But when I expand the matrix, the mezasure should&amp;nbsp;calculate the standard deviation for Type A, standard deviation for Type B, etc.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 20:34:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-DAX-measure-for-different-levels-of-matrix/m-p/3824817#M149568</guid>
      <dc:creator>kne29</dc:creator>
      <dc:date>2024-04-09T20:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating DAX measure for different levels of matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-DAX-measure-for-different-levels-of-matrix/m-p/3824845#M149569</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="587036" data-lia-user-login="kne29" class="lia-mention lia-mention-user"&gt;kne29&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Result =&lt;BR /&gt;STDEVX.S ( VALUES ( 'Table'[Date] ), CALCULATE ( SUM ( 'Table'[Value] ) ) )&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 21:00:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-DAX-measure-for-different-levels-of-matrix/m-p/3824845#M149569</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2024-04-09T21:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating DAX measure for different levels of matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-DAX-measure-for-different-levels-of-matrix/m-p/3824884#M149571</link>
      <description>&lt;P&gt;Thank you so much! This worked for me.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 21:21:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-DAX-measure-for-different-levels-of-matrix/m-p/3824884#M149571</guid>
      <dc:creator>kne29</dc:creator>
      <dc:date>2024-04-09T21:21:00Z</dc:date>
    </item>
  </channel>
</rss>

