Forum Discussion

MarcoDekker's avatar
MarcoDekker
Helper I
3 years ago
Solved

Count Distinct combining two tables

Hi all, Hope you can help me. Been struggling with this for some time now. I have two tables: one with employee data and another with their projectassignments. I just need a simple grid with their n...
  • Greg_Deckler's avatar
    Greg_Deckler
    3 years ago

    MarcoDekker Try: 

    Measure = COUNTROWS(DISTINCT(SELECTCOLUMNS('Table 2',"__name",[assignedprojectname]))) + 0