Forum Discussion
efhache
4 years agoFrequent Visitor
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...
- 4 years ago
efhache , try measure like
averageX(Sumamrize(table, Table[weekday], "_1", count(Table[id_people])), [_1])