Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Distinct average by two categories

Hello. (sorry for the earlier incomplete post). I am new to power BI. I would like a measure to do a Distinct Average of a column using two (or more) categories for grouping.   ID         DATE     ...
  • Anonymous's avatar
    Anonymous
    5 years ago

    I tried the 2nd suggestion, it worked. Thanks!

    To add a 3rd group_by category, just add it to the summarize table?

     

    averageX(summarize(Table, Table[ID], Table[DATE],Table[Type],"_1", max(Table[Data1])),[_1])