Forum Discussion
Matrix Visual - Show Blank Values as Zero
- 7 years ago
Hi mstone3,
If you want to show blank value as zero like below
You could use expression like below
Column= marix[amoaunt]+0
If you want to fill blank area with zero in matrix like below
Because the records don’t exist in dataset, so it will show blank. So you need to create a related table like below
Use this filed in Matrix, then create measure like below
Measure 7 = SUM(marix[amoaunt])+0
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi mstone3,
If you want to show blank value as zero like below
You could use expression like below
Column= marix[amoaunt]+0
If you want to fill blank area with zero in matrix like below
Because the records don’t exist in dataset, so it will show blank. So you need to create a related table like below
Use this filed in Matrix, then create measure like below
Measure 7 = SUM(marix[amoaunt])+0
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.