Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Inconsistent Display in Stacked Column Chart

Dear all   While dragging data from two seperated charts to make a stacked column chart, the total amount is different from the number added up to total after adding a dimension.    The origional...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Hi Ryan,

     

    If Address table can have more then one records against one customer, this is the intended behavior.

     

    A customer having one address of USA and one of JAPAN will be count (distinctively) as one when you are not splitting the count by country_code. When you add country_code dimension, same customer will be counted in both 'NA' and 'Others'.

     

    Solution? Try selecting "Count" instead of "Count (Distinct)" in Value Field where you dropped Customer_ID. Or you will have to keep only one (latest) record per customer in address table.