Forum Discussion
atpostdata
3 years agoFrequent Visitor
How to get top5 values based on a field.
To retrieve the top 5 values from each category based on a specific field in Power BI, I used below measure but it giving me all negative records. Top5Negative Records =
CALCULATE(...
- 3 years ago
Ahmedx
Super User
3 years agoshow what the result should be
atpostdata
3 years agoFrequent Visitor
I did round(values,2) and its working.