Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 thomas_2583
		
			thomas_2583
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Does anyone know the correct syntax for the calculation below please?
count({<[Year]={'2020'},[Memberships] > '0' [Volume_Mems])
 NitinK7
		
			NitinK7
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
actually I don't know what is membership
but you can try below expression
count({<[Year]={'2020'}, [Memberships]={'>0'}>}[Volume_Mems])
 NitinK7
		
			NitinK7
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
actually I don't know what is membership
but you can try below expression
count({<[Year]={'2020'}, [Memberships]={'>0'}>}[Volume_Mems])
