Forum Discussion

jbrown's avatar
jbrown
New Member
9 years ago
Solved

Multiple table unions and joins

I believe this is not too difficult but I have not been able to wrap my head around the logic to do this. I believe what I need to do is to create a calculated table.   Here's my scenario: I need t...
  • v-qiuyu-msft's avatar
    9 years ago

    Hi jbrown,

     

    You can create a table with the DAX below:

     

    Table = SUMMARIZE('Table1','Table1'[Organization Name],"Meeting Attendance",COUNT(Table2[Session]),"Survey Participation",COUNT('Table3'[Survey Participation]))

     

     

    As you didn't provide any sample data, I created a pbix file with some dummy data. You can download it below to see if it meet your requirements.

     

    Best Regards,
    Qiuyun Yu