Forum Discussion
Make empty data points show up as zero
- Anonymous6 years ago
HI Anonymous,
I'd like to suggest you confirm if these empty data did not really exist in your tables first. For this scenario, these empty data are expanded by the current category combo and you can't direct replace these values.
You need to extract category value as a new table and use this on your visual, then write measure formula to lookup value based on raw table category and new table value, replace the not matched parts with zero records.
Replacing null values in matrix visual
Regards,
Xiaoxin Sheng
HI Anonymous,
I'd like to suggest you confirm if these empty data did not really exist in your tables first. For this scenario, these empty data are expanded by the current category combo and you can't direct replace these values.
You need to extract category value as a new table and use this on your visual, then write measure formula to lookup value based on raw table category and new table value, replace the not matched parts with zero records.
Replacing null values in matrix visual
Regards,
Xiaoxin Sheng
- Anonymous6 years agoNot applicable
Anonymous That's exactly what I ended up doing and it worked just fine.
Thanks for the help!