Forum Discussion
LangeJan
Helper I
4 years agoCount fails when joining more than two tables
I want to compare the contents of two tables 'Actual' and 'Estimate'. I compare by making a count of number of itemid´s in 'Actual' NumberInActual = COUNT('Actual'[itemid]) +0 My count...
- 4 years ago
LangeJan , I think "no of pages" is no summarized, If that is column check for aggregation
LangeJan
Helper I
4 years agoamitchandak Thanks,
I get the same error if I add one of the other coloumns from the 'Metadata table'.
Its like I dont have a uniq relation when I add the column "no of pages".
LangeJan
Helper I
4 years ago