Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a performance data where I have a score column which shows the overall score of employees also I have a dimension having good, verygood, pending etc.. I have put the score using funnel chart in dimension and when I check pending count it shows current month and last month new hires and Ideally their performance should not judge and shows in filter that I used as last month or what ever. My employee master table is linked with performance table through employee ID. I just want that employee hired in current month and last month shouldn't show based on month selection.
Please advise
Thanks
@sunil-kumar5 can you share a sample data and the expected output ?
can you try this?
aggr(Count({<Month-={">=$(=Max(Month)-2)"}>}[Month] ),employee)
Hi,
I have a dimension as Remark which has value like (Good,Bad and Pending) and Measure as Score (70,56,0,37) all this data is under one table. I have master table where I have the all employee names and joinining and leaving date. Now I want to make funnel chart stating Good, Bad and Pending with count of score as how many good or pending. When I see pending count it shows the new hires list in the table of dashboard which is we do not want.
I hope I explained it better now.
Please advise..
Thanks