Forum Discussion
neoneo
5 years agoFrequent Visitor
How to create summary table
help me please I have this table Name Type Score A Normal 4 A Special 2 B Normal 3 B ...
- 5 years ago
neoneo ,
In DAx -
new table = summarize(Table, table[Name], "Average Score" ,Average(Table[Score]))
in power query, you have a group by data