@redshift
1 Topicunable to replace blank with zeros in matrix
im trying to replace blank values with zeros in the following matrix : the measure im using: total users = CALCULATE(DISTINCTCOUNT(canceled_then_returned_cohort[user_id]))+0 note that both columns im using in the matrix doesnt have blank values and my datasource is redshift is there any other solution than adding '+0' at the end of the measure since it's not workingSolved5.9KViews0likes5Comments