Forum Discussion

Gazi's avatar
Gazi
Frequent Visitor
8 years ago
Solved

Recursive DAX for Hierarchy

Hi everyone!   I have the following DAX statement to calculate AVG count for one level below (Thanks to Lydia! Anonymous):  average = CALCULATE(COUNTA(Table[Item]),ALLEXCEPT(Table,Table[Product],T...