I have a data model from importing data from multiple excel sheets via Power Query and I am generating Measures in Power Pivot for the count of Type. My data table looks like the left table in the following image and I want to transform it into a Pivot table to display the sum of the types for each milestone per quarter.
I tried to set up a quarter table and link it to the left table but i am not able to link it to multiple columns (as the quarters are referenced in each milestone column). Is here a way to get achieve this result in Power Pivot or Power Query and display it in a way as seen on the right side of the image?