Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 qliksensedlin
		
			qliksensedlin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I wonder if it is possible to maintain a fixed set of dimension values. For example, in a Bar chart, the x-axis label (dimension value) will be gone if the measures are calculated to 0. I also set the "Include null values" to be true for my dimension values, but it does not solve the problem.
Is there a way I can maintain the dimension values shown in the x-axis?
Thanks in advance.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Add this to your expression and see if it helps
Your Expression + Sum({1} 0)
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Add this to your expression and see if it helps
Your Expression + Sum({1} 0)
 qliksensedlin
		
			qliksensedlin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It works like a charm! Thanks a lot.
