Forum Discussion

AgustinBrocardo's avatar
AgustinBrocardo
Frequent Visitor
4 years ago
Solved

Distinct count problem for total

Hi!

 

I´m having a problem trying to use distinctcount. I have a database with customers by region, one customer can make a purchase in different regions and, in some cases you can have the same customer for the same region as you will see below. This is due to the rest of the database because it also considers other fields. 

 

For this analysis i want to have a simple table showing a distinctcount of customers by region but the problem is when the table makes the grand total, it doesn´t show de sum of every region, it shows the distinct count of all the customers (which is less because some customers should be repeated if they buy in another region)

 

I want the grand total to be the sum of the whole column (Count of column), which is 89, and not the distinct count of the customers of the database withount considering the region, which is 80.

 

Also, i´m not using any measure. i´m just selecting the format of the field as count (distinct) when i add it to the table visual.

 

2 Replies