Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi i have date dimension i need to identify the date which has the maximum sum of sales amount.
 
					
				
		
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be this
FirstSortedValue(Date, -Aggr(Sum(Sales), Date))
 
					
				
		
Sunny i am having issue i am not getting the right total let me attach excel data.
 
					
				
		
 I want that 9717 to be captured. Attached is the data.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Right total? Means total at the top for all dates?
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		So this table should only show you 10/07/2016 and no other date?
 
					
				
		
it can show other dates as well. Technically i want that number in a text box. but for all dates the value should be maximum value .....
