I am trying to sum up multiple rows in a PowerPivot model but have them grouped:
For instance if there are 20 total rows, Project A, B, C, D, E, F (5 projects - 4 entries per each project.
Is it possible to add up but group them?
So for instance: If: Project 1 5 hours Project 1 5 hours Project 1 6 Hours Project 1 3 hours Project 1 5 hours Project 2 5 hours Project 2 5 hours etc.
Is it possible to use DAX (Maybe Summarize?) to add them up but group it so the result would return as: Project 1 = 24 hours (which is all of them added up 5+5+6+3+5) and Project 2 = 10 hours (which is both project 2's added up, 5+5)
and so on and so forth?
I was looking at the =SUMMARIZE and followed the syntax but it would always give me an error/not work how I wanted it to.
EDIT: Trying to fix my formatting - How do I line break?
For instance if there are 20 total rows, Project A, B, C, D, E, F (5 projects - 4 entries per each project.
Is it possible to add up but group them?
So for instance: If: Project 1 5 hours Project 1 5 hours Project 1 6 Hours Project 1 3 hours Project 1 5 hours Project 2 5 hours Project 2 5 hours etc.
Is it possible to use DAX (Maybe Summarize?) to add them up but group it so the result would return as: Project 1 = 24 hours (which is all of them added up 5+5+6+3+5) and Project 2 = 10 hours (which is both project 2's added up, 5+5)
and so on and so forth?
I was looking at the =SUMMARIZE and followed the syntax but it would always give me an error/not work how I wanted it to.
EDIT: Trying to fix my formatting - How do I line break?
Last edited: