Forum Discussion

naveenbabu's avatar
naveenbabu
Frequent Visitor
5 years ago

Matrix table not showing 0 for blank value

I have created a created two measures with below example,   frequency = distinctcount(column)+1 and tried  frequency=if(isblank(distinctcount(column)),0,distinctcount(column)) but both of the ab...