Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

How to do a unique count per single item?

Dear all,   I am seeking for a solution to get a unique count for the following situation:   I have a customer table with main customer number and a an additional customer delivery number:   ...
  • mangaus1111's avatar
    3 years ago

    Hi Anonymous ,

    I think you can use simply the measure COUNTROWS('Table') and put it in matrix with the Main Customer Number column in the row.

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.