This is the data table that I have created
I need to sort the data by 'April2017' in descending order and then select the top 10 projects.
When we select top10 basis April2017, the output should be
Here is what I've tried out so far,
- Created a calculated field Calculation1 = iif([Year_Month]=MAKEDATE(2017,4,1),[Claim Count],0)
- Sorted Projects based on 'Calculation1'
- Drag Project to Filter and select Top10 based on sum([Calculation1])
I am unable to understand how the top10 here is being derived.
Where am I going wrong?
The chart that I am trying to get should be similar to
Please help me with this problem.