Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 yura_ratu
		
			yura_ratu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi community,
Let's say there is raw data with following columns:
Date, Metric ID, Metric Value
I need to create a result table with following columns:
Metric ID, Metric Value
In Metric Value column I need to show a value from max day each metric appeared.
What expression I need to use?
Thank you in advance
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		=FirstSortedValue([Metric Value],-Date)
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		=FirstSortedValue([Metric Value],-Date)
