Forum Discussion
YAmit9012
4 years agoFrequent Visitor
Limit the result dataset
Hi Everyone, I have following postgreSQL - select Name, RollNumber, Address, ContanctNo, Standard, YearOfJoining, from student where YearOfJoining='?' and Standard='?' order b...
- Anonymous4 years ago
Hi YAmit9012 ,
You want to filter the top five records by sorting, right?
You can try to use TOP N filter.
Reference: Solved: TopN - Microsoft Power BI Community
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Hi YAmit9012 ,
You want to filter the top five records by sorting, right?
You can try to use TOP N filter.
Reference: Solved: TopN - Microsoft Power BI Community
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.