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...
v-kkf-msft
Community Support
4 years agoHi Anonymous ,
Please create a new table and the relationship.
Talle = VALUES('curva_integrada'[Talle])
Then use the measure:
Measure = SUM ( curva_integrada[cantidad_stock] ) + 0
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.