Forum Discussion
Stop Values from Aggregating
Hi, I am trying to create a matrix in which employee hours are tracked by work category. There is a value that shows percentage of hours per work category out of employees total hours. I would then like to multiple the employees salary, 401k, and tax values by this percentage in order to get salary/401k/tax per work category for each employee. See below image for an example of what I want:
What I keep ending up with is the below screenshot:
I have the salary, 401k, and tax information for each employee in a seperate excel file, see screenshot below (Forgot column headers but the order is: Employee Name, Work Category, Salary, Tax, 401k).
Does anyone have any advice on how to achieve my desired result?
Thank you!
Edit: I should add that I have already played around with the summarization settings. Don't summarize is not an option.
4 Replies
- v-danhe-msftMicrosoft Employee
Hi MWilliams,
From your data and description, it could work normally on my side:
Could you please share your pbix file to have a test if possible?
Regards,
Daniel He
- MWilliamsFrequent Visitor
Thank you so much for trying to help v-danhe-msft! My PBIX is in the following link: https://drive.google.com/file/d/17WvTpS29TK6dMo3gdKd-lIhGY4-JW_7K/view?usp=sharing
- v-danhe-msftMicrosoft Employee
Hi MWilliams,
It seemed the format of your [Salary], [Tax] and [401k] showed as text, you need to switch them to number:
Then I could not figure out the relationships you have created in your pbix, I used the 'Business Unit Master' [Column1] to show the subcolumn:
Hope it could help you.
Regards,
Daniel He