Forum Discussion
Total Points Sum from different Tables
I have several tables with Module Assessment results, Mod 1, mod 2, etc. In each table I have a respective total point columns, I'd like to have a table that summarizes everything, how can I get the different columns to give me a total per each Module, see screen shot....(below example of Mod 1 table)
- Anonymous6 years ago
Hi jcastr02 ,
Please try Unpivot Columns feature in Query Editor.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
6 Replies
- amitchandak
Super User
Solution 1:
Try
union( summarize("Module No",1,"Module Name","Module 1", sum(Module1[Total Points]), summarize("Module No",2,"Module Name","Module 2", sum(Module2[Total Points]) )Solution 2:
In each table add two columns Modu;le No and Module Name with hardcoded values. and then append then into one table
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges
Connect on Linkedin- jcastr02
Post Prodigy
- amitchandak
Super User
Summarize and union is going to give a new table.
- AnonymousNot applicable
Hi jcastr02 ,
Please try Unpivot Columns feature in Query Editor.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Hi jcastr02 ,
Have your problem be solved? Please consider accept the answer as a solution if it worked.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.