Forum Discussion
Different averages in Power Query
Hi,
I need to create several columns for a graphics, for that I have to rotate these columns and therefore I have to create the columns with Power Query. I don't know the Dax code to create averages with Power Query. I need 2 different types of average. Average per player and position. And averages by characteristics if they are present or not in the two columns.
Thanks a lot for your help !
Hi Jeremy19,
If you insist on Power Query, please refer to the demo in the attachment. You can get the code by double-clicking the steps.
Best Regards,
Dale
3 Replies
- v-jiascu-msftMicrosoft Employee
Hi Jeremy19,
If you insist on Power Query, please refer to the demo in the attachment. You can get the code by double-clicking the steps.
Best Regards,
Dale- Jeremy19Helper III
Thank you, that answers my question. But to rotate columns I am forced to use Power Query not?
- v-jiascu-msftMicrosoft Employee
Not exactly. Another way could be creating a new calculated table with DAX functions like summarize-function-dax. The details depend on the desired result.
Best Regards,
Dale