Venus Namdeo
12/30/2025, 8:28 AMMichael Ullock
12/30/2025, 9:13 AMVenus Namdeo
12/30/2025, 11:29 AMMichael Ullock
12/30/2025, 1:22 PMIFNULL Function: To ensure a “0” is rendered (allowing for a visible line or bar), you should wrap your metric in a MAQL IFNULL statement. This replaces null values with a 0, forcing the visualization to plot a value for that category:
https://www.gooddata.com/docs/cloud/create-metrics/maql/conditionals/ifnull/
For line charts specifically, the “Continuous Line” option in the configuration menu will connect points across missing data, but it will not “drop” to zero unless the metric is explicitly defined as 0 using the function above.