Did try to mask with IF conditions ISBLANK but did remove the Matris out-of-date context.
My support question is if anyone has a solution to mask the Blank cells is no data to any other character. One of the reasons is also if there are Blank intervals the matrix table excludes the months with GAP.
You’ll then need to sort the left/right alignment out in the matrix formatting.
If you need any conditional formatting you’ll need to refer to [YourMeasure] rather than [YourFormattedMeasure].
If you just want a zero in the box then try
IF(ISBLANK([YourMeasure],
0,
[YourMeasure])
Hope you are well, thank you so much for your support! I did try that before, but that measure takes the matrix out of context, meaning that the date slicer dates between stop filtering the Matrix.
Thank you for your support. I already rested your solution and did not work. I’m using the visual Matrix has you using in your example. The issue is that as we MASK the empty date contact gets lost.
The above problem arise because your data model does not contains a date table .(you forget to mark your date table as date table )
Now its showing the expected result:
Attaching pbix for your refrence: example V2.pbix (142.1 KB)
You can visit the below link for creating your date table: