March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I am trying to retrieve a single row from a table that contains the highest value in the "Sale Price" column. This is an example:
Address | City | Sale Date | Sale Price |
12 Union St | NYC | 1/24/2017 | $1,800 |
616 President St | LA | 2/2/2017 | $1,900 |
56 5th Ave | NYC | 2/8/2017 | $2,100 |
890 Bergen St | Miami | 2/21/2017 | $1,250 |
I want to get this as a result (this is the row with the highest value in the Sale Price column):
56 5th Ave | NYC | 2/8/2017 | $2,100 |
How could I achieve this?
Many thanks!
Solved! Go to Solution.
Add all the fields to your matrix then apply a Top N filter to the address based on Sales Price.
Add all the fields to your matrix then apply a Top N filter to the address based on Sales Price.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
126 | |
85 | |
69 | |
53 | |
44 |
User | Count |
---|---|
202 | |
106 | |
100 | |
64 | |
56 |