Forum Discussion
Wael03
3 years agoHelper I
Filtering between two dataset
Hi, I have two datasets : Table A and Table B. In those two datasets i have an ID column. The table A contains all the possible IDs, and the table B only the IDs that have been received by the c...
- 3 years ago
Wael03 , Plot this measure with ID of table A
countrows(Except(distinct(TableA[ID]), distinct(TableB[ID]) ) )
amitchandak
3 years agoSuper User
Wael03 , Plot this measure with ID of table A
countrows(Except(distinct(TableA[ID]), distinct(TableB[ID]) ) )