Most RecentNewestMost VotedMost ViewedReplace NULL with 0 in matrix Hi, I want to replace empty cells with 0 in matrice. Is it possible ? Measure = SUM('Table'[value])+0 does not work. (Neither IsBlank(value)) Thank you for your help ! Solved