<?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: Average of Parent(s) value whilst choosing a child in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2415776#M63812</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369272" data-lia-user-login="Parosel" class="lia-mention lia-mention-user"&gt;Parosel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should be faster&lt;/P&gt;&lt;LI-CODE lang="php"&gt;Organisation Average Prevalence =
AVERAGEX (
    CALCULATETABLE (
        Sheet1,
        ALLEXCEPT ( Sheet1, Sheet1[Organisation], Sheet1[Condition] )
    ),
    Sheet1[Prevalence]
)&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 24 Mar 2022 17:12:00 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-03-24T17:12:00Z</dc:date>
    <item>
      <title>Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404936#M63098</link>
      <description>&lt;P&gt;Hello, All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my first post so please be kind. I spent several hours trying to find a solution to this and was very close on a number of occasions but haven't been successful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is this. I have an excel table of data not disimilar to the one below. I have the prevalenace value for each team for each condition. However, I am trying to find the averag value for each parent of the team, so Department, Group and Organisation. So in my dashboard I can then compare Doctors sickness prevalence at Organisation A against other departments, groups in Organisation A but in all other organisations I have data for.&lt;BR /&gt;&lt;BR /&gt;Like i say I was very close last night to finding a solution but the value I calculated was a fixed prevalence for each organisation which didn't change when slicing by condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies if I have posted in the wrong area, if I have if someone could point me in the right direction that would be great or if someone sees this an it's a simple dax solution that would be great too. And I'm not precious about if I do it via a measure or calculated column - though as I write this a I'd need a calculated column for each condition and each level of my org hierarchy so probably a measure????&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Condition&lt;/TD&gt;&lt;TD&gt;Organisation&lt;/TD&gt;&lt;TD&gt;Group&lt;/TD&gt;&lt;TD&gt;Department&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Team&lt;/TD&gt;&lt;TD&gt;2020-21 Prevalence (%)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sickness&lt;/TD&gt;&lt;TD&gt;Organisation A&lt;/TD&gt;&lt;TD&gt;Medical&lt;/TD&gt;&lt;TD&gt;Emergency&lt;/TD&gt;&lt;TD&gt;Doctors&lt;/TD&gt;&lt;TD&gt;3.42%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sickness&lt;/TD&gt;&lt;TD&gt;Organisation A&lt;/TD&gt;&lt;TD&gt;Medical&lt;/TD&gt;&lt;TD&gt;Emergency&lt;/TD&gt;&lt;TD&gt;Nurses&lt;/TD&gt;&lt;TD&gt;2.40%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sickness&lt;/TD&gt;&lt;TD&gt;Organisation A&lt;/TD&gt;&lt;TD&gt;Medical&lt;/TD&gt;&lt;TD&gt;Emergency&lt;/TD&gt;&lt;TD&gt;HCA&lt;/TD&gt;&lt;TD&gt;1.80%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sickness&lt;/TD&gt;&lt;TD&gt;Organisation A&lt;/TD&gt;&lt;TD&gt;Medical&lt;/TD&gt;&lt;TD&gt;Emergency&lt;/TD&gt;&lt;TD&gt;Paramedic&lt;/TD&gt;&lt;TD&gt;2.90%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Stress&lt;/TD&gt;&lt;TD&gt;Organisation B&lt;/TD&gt;&lt;TD&gt;Medical&lt;/TD&gt;&lt;TD&gt;Emergency&lt;/TD&gt;&lt;TD&gt;Doctors&lt;/TD&gt;&lt;TD&gt;5.50%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Stress&lt;/TD&gt;&lt;TD&gt;Organisation B&lt;/TD&gt;&lt;TD&gt;Medical&lt;/TD&gt;&lt;TD&gt;Emergency&lt;/TD&gt;&lt;TD&gt;Nurses&lt;/TD&gt;&lt;TD&gt;6.90%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Stress&lt;/TD&gt;&lt;TD&gt;Organisation B&lt;/TD&gt;&lt;TD&gt;Medical&lt;/TD&gt;&lt;TD&gt;Emergency&lt;/TD&gt;&lt;TD&gt;HCA&lt;/TD&gt;&lt;TD&gt;4.90%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Stress&lt;/TD&gt;&lt;TD&gt;Organisation B&lt;/TD&gt;&lt;TD&gt;Medical&lt;/TD&gt;&lt;TD&gt;Emergency&lt;/TD&gt;&lt;TD&gt;Paramedic&lt;/TD&gt;&lt;TD&gt;7.80%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sun, 20 Mar 2022 10:03:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404936#M63098</guid>
      <dc:creator>Parosel</dc:creator>
      <dc:date>2022-03-20T10:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404946#M63099</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369272" data-lia-user-login="Parosel" class="lia-mention lia-mention-user"&gt;Parosel&lt;/a&gt;&lt;/P&gt;&lt;P&gt;welcome on board. You are in the right place but need to clarify further your targeted end results. If you wish you can share a screenshot of same calculation done on excel for example indicating the excel formula. Thanks and have agreat day!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 10:36:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404946#M63099</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-20T10:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404947#M63100</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;Sorry if my message wasn't clear but I don't have an excel formulas I just pulled the data in as a flat table into power bi and I'm trying to group the prevalence value so that I can compare team prevalence against their department, group and organisation average or any other organisation, group and department average for any condition.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 10:40:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404947#M63100</guid>
      <dc:creator>Parosel</dc:creator>
      <dc:date>2022-03-20T10:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404977#M63102</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369272" data-lia-user-login="Parosel" class="lia-mention lia-mention-user"&gt;Parosel&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies. I think I did not make my question clear enough.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you do the group&amp;nbsp;by, do you need to sum the values, average them, take the max or min?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 12:04:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404977#M63102</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-20T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404982#M63103</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;Yes exactly - I know I need to CALCULATE the AVERAGE of the prevalence by heirachy and condition but I don't the dax I need to create this measure. I've even used the "quick measure" function to filter by but that didn't work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 12:20:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404982#M63103</guid>
      <dc:creator>Parosel</dc:creator>
      <dc:date>2022-03-20T12:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404984#M63104</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369272" data-lia-user-login="Parosel" class="lia-mention lia-mention-user"&gt;Parosel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create a measure&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Prevalence% =&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AVERAGE ( 'Table'[Prevalence (%)] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then use a matrix visual and drag the recuired columns into the rows. PowerBi will automatically create your hierarchy and the results will change Automatically based on slicer selection.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 12:26:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404984#M63104</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-20T12:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404997#M63108</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;Thanks for trying but I don't think I've been able to explain myself well enough. I'll keep looking. thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 12:57:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2404997#M63108</guid>
      <dc:creator>Parosel</dc:creator>
      <dc:date>2022-03-20T12:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2405076#M63116</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369272" data-lia-user-login="Parosel" class="lia-mention lia-mention-user"&gt;Parosel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry I wasn't able to help you and for not being able to fully understand your requirement.&amp;nbsp;&lt;BR /&gt;"&lt;SPAN&gt;However, I am trying to find the averag value for each parent of the team, so Department, Group and Organisation. So in my dashboard I can then compare Doctors sickness prevalence at Organisation A against other departments, groups in Organisation A but in all other organisations I have data for."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you may please clarify further this point I might be able to support you. This is why I was asking for dimmy expected results even written by hand. Thanks have a great day&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 15:26:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2405076#M63116</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-20T15:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2405080#M63118</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My ultimate aim (using my table as example) is to have a report page when I have the&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;prevalence for a Team and then the prevalence for the other hierachies and the have a slicer so I can change the conditions. At the minute when I change my slicer condition the slicer presents every heirarchy with the same prevalence so&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sickness:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Organisation 3.42%&lt;/P&gt;&lt;P&gt;Group 3.42%&lt;/P&gt;&lt;P&gt;Department 3.42%&lt;/P&gt;&lt;P&gt;Team 3.42%&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But what I want is to have the team against the average of those heirachies above them so&lt;BR /&gt;&lt;BR /&gt;Sickness&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Organisation 3.98%&lt;/P&gt;&lt;P&gt;Group 4.12%&lt;/P&gt;&lt;P&gt;Department 3.89%&lt;/P&gt;&lt;P&gt;Team 3.42%&lt;BR /&gt;&lt;BR /&gt;I have tried a different approach in duplicating my table so I also have tables for Department, Group and Organisation and averaging the prevalence and joining to my main table but this has not worked.&lt;BR /&gt;&lt;BR /&gt;thanks again.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 16:16:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2405080#M63118</guid>
      <dc:creator>Parosel</dc:creator>
      <dc:date>2022-03-20T16:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2406385#M63193</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369272" data-lia-user-login="Parosel" class="lia-mention lia-mention-user"&gt;Parosel&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;How did you come up with these numbers?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Organisation 3.98%&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Group 4.12%&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Department 3.89%&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Team 3.42%&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 21 Mar 2022 10:17:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2406385#M63193</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-21T10:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2406404#M63196</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;they were just examples to show that each level will have a different prevalence when/if I get it working the way I am trying to.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 10:23:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2406404#M63196</guid>
      <dc:creator>Parosel</dc:creator>
      <dc:date>2022-03-21T10:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2406479#M63202</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369272" data-lia-user-login="Parosel" class="lia-mention lia-mention-user"&gt;Parosel&lt;/a&gt;&amp;nbsp;sorry for not being able to provide suitable support to you. I hope others can do.&lt;BR /&gt;Good luck and have a great day!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 10:53:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2406479#M63202</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-21T10:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2415761#M63810</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;Hi, I just wanted to let you know that after a few more painful days I finally cracked it with a calculated column for each level of heirarchy:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Organisation Average Prevalence = AVERAGEX(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FILTER(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sheet1,Sheet1[Organisation]=EARLIER(Sheet1[Organisation])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp;&amp;amp;Sheet1[Condition]=EARLIER(Sheet1[Condition])),Sheet1[Prevalence])&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 17:03:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2415761#M63810</guid>
      <dc:creator>Parosel</dc:creator>
      <dc:date>2022-03-24T17:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Parent(s) value whilst choosing a child</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2415776#M63812</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369272" data-lia-user-login="Parosel" class="lia-mention lia-mention-user"&gt;Parosel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should be faster&lt;/P&gt;&lt;LI-CODE lang="php"&gt;Organisation Average Prevalence =
AVERAGEX (
    CALCULATETABLE (
        Sheet1,
        ALLEXCEPT ( Sheet1, Sheet1[Organisation], Sheet1[Condition] )
    ),
    Sheet1[Prevalence]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 24 Mar 2022 17:12:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-Parent-s-value-whilst-choosing-a-child/m-p/2415776#M63812</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-24T17:12:00Z</dc:date>
    </item>
  </channel>
</rss>

