Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Distinct Count by Targets

Hi everyone,

 

I have a table with transactions, users, and transactions type...The idea is count the unique users by transactions type.....Someone can help me please?

 
Table 1   Table 2?
Transaction IDUser IDTransaction Type Transaction TypeCount Unique User ID
1U1A Only A1
2U2B Only B1
3U3A A and B2
4U1B       Total4
5U2A   
6U4B   

 

Many thanks

Rui

 
 
 
  • Hi Anonymous ,

     

    Just create a calculated column to group the users and count them using distinct.

     

     

     

    Did I answer your question? Mark my post as a solution!
    Ricardo

2 Replies

  • camargos88's avatar
    camargos88
    Community Champion

    Hi Anonymous ,

     

    Just create a calculated column to group the users and count them using distinct.

     

     

     

    Did I answer your question? Mark my post as a solution!
    Ricardo

    • Anonymous's avatar
      Anonymous
      Not applicable

      works perfectly, thanks