Forum Discussion
Anonymous
6 years agoNot applicable
Count all records from another table
Hi All, I have not found a way to do this at all yet, help would be appreciated. It should be relatively straightforward. I have a primary table of submitted records and a larger table with all ...
Anonymous
6 years agoNot applicable
Thanks so much Greg_Deckler
There is a course1 there 3 is in the slicer column. I cant seem to get the tables clearer than that.
The tables are currently linked by ID bi directional.
I'll try the formula shortly - frozen screen 😞 at the moment
Anonymous
6 years agoNot applicable
Hi Greg_Deckler ,
Cant seem to get it working. I have created a pbix file that illustrates my particular issue. I have not linked the tables together in this.
- Greg_Deckler6 years ago
Community Champion
Headcount =COUNTROWS(FILTER(ALL('Table 2'), 'Table 2'[Code] = MAX('Table 1'[Code])))PBIX is attached. - nandukrishnavs6 years ago
Community Champion
Anonymous If you disable the relationship, it will work. Do you really need relationship between these two tables?
- Anonymous6 years agoNot applicable
thanks nandukrishnavs I have tried the calculation with no relationships between the tables. Unfortunately its not working.