Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I have a bar chart with a calculated dimension. When I hover over a bar I see the entire calculation that was used to obtain the value:
= if( blah < xyz, blah + blah * blah, blah * blah ) = 111
Y-axis = 222
I would like to customize the text that is displayed for the X-axis:
MyCustomName = 111
Y-axis = 222
Is this possible?
 
					
				
		
 jerem1234
		
			jerem1234
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Yes change the label of your calculated dimension to the name you want:

Hope this helps!
 
					
				
		
 jerem1234
		
			jerem1234
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Yes change the label of your calculated dimension to the name you want:

Hope this helps!
 
					
				
		
Perfect! Whenever I tried the label I didn't like that it was displayed at the bottom...perfect to change the name, yet not have it displayed.
Thanks
