Forum Discussion

newpbiuser01's avatar
newpbiuser01
Icon for Helper V rankHelper V
2 years ago

Nulls in Matrix Table with Column and Row Headers

Hello,   I have a matrix table that shows the Total by ID and Year. To get the Total - I have  the following measure: Total = Var Abc = Sum(Price) Return if(isblank(Abc), 0, Abc)   When I put...