Forum Discussion
harib
Post Patron
6 years agoHow 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
Community Champion
6 years agoYou 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
Post Patron
6 years agoSolved my Problem. Thanks a lot. 😊