AverageOfChildren in tabular model
hi all,
is there equivalent function of averageofchildren() in dax?
or has come across implementation of tabulal model same.
thanks.
sandeep
please specify sql server version while posting questions
please mark answer if solved issue
please vote helpful if helps solve issue
hi liquidloop,
in dax, achieve semi-additive measure average of children, can use sum() total divide by distinctcount() of child members.
=sum([facts])/distinctcount([child])
for more information defining semi additive measures in dax, please refer links below:
semi additive measures in dax / bism tabular
semi-additive measures in dax
regards,
simon hou
technet community support
SQL Server > SQL Server Analysis Services
Comments
Post a Comment