Forum Discussion
bdehning
3 years agoPost Prodigy
Zero in Matrix Tables
I use the following for Values in a Matrix Table. Count of Total Gross Incurred No Row = IF(ISBLANK(CALCULATE(COUNT(LossRunToExcel[Total Gross Incurred]))),0,COUNT(LossRunToExcel[Total Gross I...
Greg_Deckler
3 years agoCommunity Champion
bdehning Try:
Count of Total Gross Incurred No Row = IF(ISBLANK(CALCULATE(COUNT(LossRunToExcel[Total Gross Incurred]))),0,COUNT(LossRunToExcel[Total Gross Incurred]))+0- bdehning3 years agoPost Prodigy
It is so strange but I am left with one blank under 03/01/2019, even with what you sent. Confused?