Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 q11hhg
		
			q11hhg
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi there, could you please help me
I want to know the distinct number of customers for the event type ='Login' and sum of total event >2.
 
					
				
		
 agigliotti
		
			agigliotti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @q11hhg ,
You can use the below expression:
=count( {< [Event Type] = {'Login'}, [Customer ID] = {"=sum([Total Event])>2"} >} distinct [Customer ID] )
I hope it can help.
Best Regards
 
					
				
		
 agigliotti
		
			agigliotti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @q11hhg ,
You can use the below expression:
=count( {< [Event Type] = {'Login'}, [Customer ID] = {"=sum([Total Event])>2"} >} distinct [Customer ID] )
I hope it can help.
Best Regards
 q11hhg
		
			q11hhg
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @agigliotti  Thank you but it gives me the same result as using : =
Count(distinct{<[Event Type]={'Login'}>}[Customer ID])
 
					
				
		
 agigliotti
		
			agigliotti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		are you sure? that  would means that all customers with 'Login' as event type have the sum of 'Total Event' > 2.
is 'Total Event' a table field name?
 q11hhg
		
			q11hhg
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 agigliotti
		
			agigliotti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		ok then as i said above in this case both expressions give the same result, but they have not the same meaning of course...
