Forum Discussion
Anonymous
4 years agoNot applicable
Empty values in matrix visual
Hi, I have this Matrix: I created a measure and a colum to fill blanks cantidad stock blancos = IF(ISBLANK([cantidad stock medida]);0;[cantidad stock medida]) but it's not working...I thin...
amitchandak
Super User
4 years agoAnonymous , You can simply try
[cantidad stock medida]) +0
Also it is more successful when Row and Column (columns) are coming from dimension table
Anonymous
4 years agoNot applicable
amitchandak thanks for the answer!. It´s not working...the result is still blank...I tried with measure and calculated column...I think the problem is related to the branch...the blanks are because there is no value in column 'Talle' for the branchid...I don´t know what to do! ehhehe