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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Puja
Helper III
Helper III

Rank by Month and Day

Hi All,

I am trying to get Rank by Month and Date but not able to get it .

DateRank = RANKX(
    FILTER('Slicer Date Table', 'Slicer Date Table'[Month] = EARLIER('Slicer Date Table'[Month]) && 'Slicer Date Table'[Year]= EARLIER('Slicer Date Table'[Year])),
    'Slicer Date Table'[Date]
)
 
Out put is this:
Puja_0-1697729436050.png

 

 

 

 

Here is the sample data

DateMonthYear
9/15/202392023
9/29/202392023
10/1/2023102023
10/15/2023102023

 

TIA

1 REPLY 1
ThxAlot
Super User
Super User

Weird, the dates themselves are ordinal and enough for sorting. Why bother to use year and month?



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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