Forum Discussion
likmalik
5 years agoHelper I
Filter a graph without changing grand total value
Hello, I want to create a graph where I have the market share of 3 brands (values) and 10 countries (Axis). The problem is that the % of grand total is made only one the filtered 10 countri...
- 5 years ago
Finnaly found with this formula
% of Grand Total = DIVIDE ( SUM ( Table1[Values] ), CALCULATE ( SUM ( 'Table1'[Values] ), ALL ( 'Table1'[brands] ) ) )
likmalik
5 years agoHelper I
Finnaly found with this formula
% of Grand Total =
DIVIDE (
SUM ( Table1[Values] ),
CALCULATE ( SUM ( 'Table1'[Values] ), ALL ( 'Table1'[brands] ) )
)