Forum Discussion
Split and Summarize data
- 4 years ago
Hello tonijj ,
If you want to bifurcate score table you can create two calculated table as -SummaryTable1HR = Filter(ADDCOLUMNS('Score Table',"_Dept",RELATED('People Table'[Department])),[_Dept]="HR")SummaryTable1Dominance = Filter(ADDCOLUMNS('Score Table',"_Dept",RELATED('People Table'[Department])),[_Dept]="World Dominance dept")Please mark it as solution if it resolved your issue. Kudos are also appreciated.
Cheers,
Shishir
Hello tonijj ,
Step 1- Give relationship between score table and people table on name.
Step 2- Create 2 table visuals and apply visual level filter of departement from people table for HR and World Dominance Dept on respective tables.
You should get required output.
Please mark it as solution if it resolves your issue. Kudos are also appreciated.
Cheers,
Shishir
Shishir22
Thanks a bunch, that did the trick!
I was going about this the wrong way, trying to use "summarize" or "summarizetable" then together with a filter.
EDIT: Thankfully I didnt have more than 2 departments, otherwise this would have been...troublesome 😕
Thanks again!