Forum Discussion
Anonymous
4 years agoNot applicable
Hiding nested value within subtotals in Matrix visual
Hi support,
I'm looking to build a matrix visual with the nested values omitted from a specific column in this case 'Population' so its not repeated throughout list of the cancer types though the values are still required to calcualte '% cancer prevalance' - see Visual 2
Can you assist?
Anonymous,
You can use the HASONEVALUE function. Example:
Population = IF ( HASONEVALUE ( DimTable[Cancer Type] ), BLANK (), SUM ( FactTable[Population] ) )
1 Reply
- DataInsights
Super User
Anonymous,
You can use the HASONEVALUE function. Example:
Population = IF ( HASONEVALUE ( DimTable[Cancer Type] ), BLANK (), SUM ( FactTable[Population] ) )