Forum Discussion
lawps
1 year agoRegular Visitor
How to calculate averages using power query in excel
Hello! I am new to Power Query! I want to calculate the average (mean) of the grades for each student across each of their modules. (This data is psuedonymised). But I want to make it so tha...
- 1 year ago
It can be done, but I don't recommend you to do it now because it requires writing some code, and I believe writing code is not a good thing for a novice.
If it is just to solve your problem, the pivot table can do it.
- 1 year ago
It's a matrix in Power BI, you can find it in the visuals, and you can drag and drop what you want to visualize, please check below:
If this helped you, you can mark my post as solution or give a thumb up 😊
Omid_Motamedise
Super User
1 year agoYou can sovle this using group by and then combine its result by your data, see the attached file.