Forum Discussion

efhache's avatar
efhache
Frequent Visitor
4 years ago
Solved

creating matrix with average value multi groupped

Hi all, Currently I've a table construct by merging other data sources.  In this table a part is interesting to have a view of staffing a team. This table contains a date, an user id, a team, a w...
  • amitchandak's avatar
    4 years ago

    efhache , try measure like

    averageX(Sumamrize(table, Table[weekday], "_1", count(Table[id_people])), [_1])