Forum Discussion
aanyoti
5 years agoHelper I
Compare two columns two tables and count difference
Hi, I need help. I have two tables(Zonal Report and Zones) below with a many to one relationship. The Zonal Report has entries entered per week. I would like to create a mea...
- 5 years ago
aanyoti , asuuming filter is coming from date . Use this measure with columns of zone table or in card
countx(values(Zone[Cells]),if( isblank(calculate(countows('Zonal Report'))), [Cells],blank()))
amitchandak
5 years agoSuper User
aanyoti , asuuming filter is coming from date . Use this measure with columns of zone table or in card
countx(values(Zone[Cells]),if( isblank(calculate(countows('Zonal Report'))), [Cells],blank()))
- aanyoti5 years agoHelper I
Thanks so much amitchandak , this worked!
I have learnt something valuable using the COUNTX function.
Thanks again!😎