Forum Discussion
Column Subtotal not working
Hi,
I have created a Deal_Band Calculated Column, which I am putting it in a Matrix table, but the total is getting repeated.
9 Replies
- lukiz84Memorable Member
You sure it's a measure? Doesn't make sense, as in a measure there would be no single value for 'DRID-SolutionMapping[Net_ASV]'
- Amitkr174Helper III
Sorry, it's a calculated column.
- lukiz84Memorable Member
we need more insight in your data model. can you show some tables you use for your matrix and the relationships between?
- Amitkr174Helper III
here is the data model connected with DR ID (Many to one)
- lukiz84Memorable Member
according to your picture, Top_Accounts filters DRID-Solutionmapping, not the other way around (1:m) - so when you add New_Deal_Band from DRID-SolutionMapping to your matrix, it doesn't know how to filter the data, hence showing the same value everywhere.
- Amitkr174Helper III
so how i solve this issue. Please advise.