Count Distinct Customers

Options

Hi all,

I'm sure this is possible, I'm just struggling to find a way to do it!

 

I've got a transaction volume cube that is dimensioned by day & customer which counts the number of transactions per day. 

 

The data feeding this is:

 

Transaction_ID   Customer_ID   Date           Value

1000000001       8000000001    20180101   1

1000000002       8000000002    20180101   1

1000000003       8000000001    20180101   1

...................

 

I can do a count of transactions by day, week, month, year etc but what I am try to do is count the number of customers that have made transactions by day, but also have this where date filters can work so if I want to put month on the axis instead of day, it still does a distinct count.

 

So for the example above, 2 customers made 3 transactions on 1st January 2018.

 

Is there any way of doing this?

Answers

  • Hi Neil Chapman

    Sounds like you are looking for Board MXC cubes. These are designed specifically to give you distinct counts.

     

    You can find information in the online help, just search for 'MXC'

     

    Good luck. You may find you have more questions as the information in the help system is minimal.

     

    Robert

  • Andrea Florio
    Andrea Florio Active Partner
    First Anniversary First Comment 5 Up Votes 5 Likes
    Options

    hi Neil Chapman

    you can do that with manual query in data reader like the source database language.

    Reguards 

    Andrea

  • Robert Brooke Thank you, that's exactly what I was looking for.