Count of EmpID which are greater then fractile value : Count( {<salary= {">$(=Fractile( total <Month> Aggr( only(salary), Month, EmpId,salary) ,0.75 ))"}>} distinct EmpId)
When selecting any particular month count is coming fine , but when selecting more then one month or no selection of month ,the inner fractile expression considering overall value and displaying incorrect results.It should also change when selected domain and subdomain.