Forum Discussion
Anonymous
3 years agoNot applicable
Top N Filter
Let me know if you need any further clarification.
6 Replies
- Ashish_Mathur
Super User
Hi,
Share some data to work with and show the expected result.
- AnonymousNot applicable
Hi Ashish_Mathur, Above is the example on how we need that.
- Ashish_Mathur
Super User
Hi,
Drag question to the row labels and write this measure
Correct count = calculate(countrows(Data),Data[Response]="Correct")
Now filter on Top 5. (in the filter pane)