Forum Discussion
naveenbabu
5 years agoFrequent Visitor
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...
amitchandak
Super User
5 years agonaveenbabu , Are you using a dimension/master table in this case. +0 usually forces a left join to show the value. If it from the same table(axis), it might not give the desired result.
Check this option too