Forum Discussion
Anonymous
4 years agoNot applicable
HELP: Matrix Column Subtotals Type different Summarization Type from Values
Hi Community, Is there a way to change the type for matrix subtotals ? Let me explain the issue I have. Imagine I have two tables entities: entity country value a UK 5 b USA ...
- 4 years ago
Hi Anonymous
Here is the updated solution as per your requirement https://www.dropbox.com/t/4TYzPYWvbgrSkoooCount = IF ( ISINSCOPE (entities[entity] ), DISTINCTCOUNT ( relationships[investor] ), DISTINCTCOUNT ( relationships[entity] ) )
tamerj1
4 years agoCommunity Champion
Anonymous
Here is a sample file with the solution https://www.dropbox.com/t/dhzv2jqUxI6rL3Ta
Please let me know if this is what you are looking for. Thank you
Anonymous
4 years agoNot applicable
Sadly your solution has exactly the same issue I have. The total for investor X is 1, altough it should be 2 (investor X has a grant relationship with a and with c, so 2 in total) . Any idea how to solve that?