Forum Discussion

juliausha's avatar
juliausha
Icon for Helper I rankHelper I
4 years ago
Solved

Create a table with summarized values of another table

Hi, 

I have a Table and I would like to create a NewTable that will be summarizing the results of an existing Table: 

 

 

My current Table consists of columns: Student name, Course name, Course taken

NewTable should consist of the columns: Student name, distinctcount (Course name) as UniqueCourseNames, sum(Course taken)  as TotalCoursesTaken

 

The example of .pbix file can be found here: https://www.dropbox.com/s/rl77fwi1vjq7d2b/TestTable.pbix?dl=0

 

Thanks!

 

2 Replies