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 All,
I have the following Data loaded into Power BI.
Country | Currency | Value |
Australia | USD | 100 |
Singapore | SGD | 90 |
Malaysia | USD | 80 |
NZ | NZD | 70 |
Australia | AUD | 60 |
Malaysia | MYR | 50 |
Australia | AZD | 60 |
I want to display Top 3 Country by Value in desc order. I have applied Top N filter condition as shown below but I am not getting the desired result. This is because in Country Column, Australia and Malaysia values are repeated due to different Currency column. Is there a way to get only the Top 3 rows? Thanks.
Solved! Go to Solution.
you can create two measures
_value = sum('Table'[Value])
Measure = RANKX(all('Table'),[_value],,DESC)
and add measure to the filter
Proud to be a Super User!
you can create two measures
_value = sum('Table'[Value])
Measure = RANKX(all('Table'),[_value],,DESC)
and add measure to the filter
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |