Count(Distinct If(Not IsNull([Sep Date]) and MonthStart(AsOnMonth)= MonthStart([Sep Date]),[Emp ID]))
Expression 2. :
=(Count(Distinct If(Not IsNull([Sep Date]) and [Sep Date] >= FinancialStartDate and [Sep Date]<=MonthEnd(AsOnMonth), [Emp ID]))/ (Count(Distinct If([Part of Headcount]='Yes' ,Unique_Key))/Count(Distinct [Start Date For Month]))) * (12/Max(FinancialMonth))
Can Anyone tell me the equivalent Set Analysis Expression for the same. Thanks in advance.