Forum Discussion
Anonymous
3 years agoNot applicable
Top N Filter
Let me know if you need any further clarification.
Ashish_Mathur
3 years agoSuper User
Hi,
Share some data to work with and show the expected result.
- Anonymous3 years agoNot applicable
Hi Ashish_Mathur, Above is the example on how we need that.
- Ashish_Mathur3 years agoSuper 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)
- Anonymous3 years agoNot applicable
Hi Ashish_Mathur ,
The output after applying TOP 5 filter from filter pane and the DAX above worked and gave me the first output Thanks. But instead of 5 i am getting many values as 0/p. Need to get any 5 random questions as shown in the output below. If the questions are more than 5 and repeating the same time as shown below(need to get any random 5 only out of those).
Thanks,