Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi everyone!
I am having a hard time calculating average of children count in hierarchy.
For example:
Parent Product A has 2 children: B and C.
B has 3 items and C has 5 items assigned (count). Total count is 8, but how to get the average count for A? which is 4.
Many thanks!
Solved! Go to Solution.
@Gazi,
Please check if the following measure returns your expected result. If not, please share sample data of your table.
average = CALCULATE(COUNTA(Table[Item]),ALLEXCEPT(Table,Table[Product],Table[Item]))/CALCULATE(DISTINCTCOUNT(Table[Children]),ALLEXCEPT(Table,Table[Product]))
Regards,
Lydia
Hi Lydia!
Awesome!! It seems to be working! Sorry I forgot to mention - my hierarchy has 9 levels, not just 2 like in this example. So do you think I could extend your measure with a parameter or?
Many thanks!!!
@Gazi,
Please check if the following measure returns your expected result. If not, please share sample data of your table.
average = CALCULATE(COUNTA(Table[Item]),ALLEXCEPT(Table,Table[Product],Table[Item]))/CALCULATE(DISTINCTCOUNT(Table[Children]),ALLEXCEPT(Table,Table[Product]))
Regards,
Lydia
Hi Lydia!
Awesome!! It seems to be working! Sorry I forgot to mention - my hierarchy has 9 levels, not just 2 like in this example. So do you think I could extend your measure with a parameter or?
Many thanks!!!
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!