Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
PeterChu
Frequent Visitor

Get Top5 by Dates

Hi,

I want to do get top5 RegisteredNumbers measure by dates and Nickname in power bi desktop,but I don't know how to do.Hope you guys can help me out, thanks in advance

 

I want to do as I shown bellow

 

000.png

2 ACCEPTED SOLUTIONS
Zubair_Muhammad
Community Champion
Community Champion

@PeterChu

 

First Add a Rank Column (Calculated Column) in your Table

 

RANK =
RANKX (
    FILTER ( TableName, TableName[Date] = EARLIER ( TableName[Date] ) ),
    TableName[RegisteredNumbers],
    ,
    DESC,
    DENSE
)

 

 


Regards
Zubair

Please try my custom visuals

View solution in original post

@PeterChu

 

Now you can use a VISUAL level filter in Power BI or PIvot Table filter in Excel for top 5

 

6006.png


Regards
Zubair

Please try my custom visuals

View solution in original post

4 REPLIES 4
Zubair_Muhammad
Community Champion
Community Champion

@PeterChu

 

First Add a Rank Column (Calculated Column) in your Table

 

RANK =
RANKX (
    FILTER ( TableName, TableName[Date] = EARLIER ( TableName[Date] ) ),
    TableName[RegisteredNumbers],
    ,
    DESC,
    DENSE
)

 

 


Regards
Zubair

Please try my custom visuals

@PeterChu

 

Now you can use a VISUAL level filter in Power BI or PIvot Table filter in Excel for top 5

 

6006.png


Regards
Zubair

Please try my custom visuals

It's work.Thank you very much.

Hi @PeterChu,

Glad to hear that you have resolved your issue. Please mark the right/helpful reply as answer. More people will learn new things here. 

Thanks,
Angelia

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.