Forum Discussion
harib
6 years agoPost Patron
How to show default values for missing periods
Hi All, I have a data with period (Year-Month). I would like to show default values "0" for mising periods I have 2 Groups like (A and B) with respective values like below Let's say Per...
AllisonKennedy
6 years agoCommunity Champion
You could try a measure in that case.
Total value = 0 + sum (value)
Or might need to be sumx depending on how you use it.
harib
6 years agoPost Patron
Solved my Problem. Thanks a lot. 😊