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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Rankx name, id per specific date parameters

I currently have a table with all the calls that the users makes (a different id per call), what I want to do is have an individual rank per id user, and the count have to restart per month.

 

MahoLau__0-1615303844665.png

This is what I have at the moment: 

Order = RANKX(FILTER(Table,Table[User] = EARLIER(Table[User])),Table[Month],,ASC)

 

Any help is really appreciated

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try a new column like

 

Order = RANKX(FILTER(Table,Table[User] = EARLIER(Table[User]) && Table[Month] =earlier(Table[Month])),Table[key],,ASC)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , Try a new column like

 

Order = RANKX(FILTER(Table,Table[User] = EARLIER(Table[User]) && Table[Month] =earlier(Table[Month])),Table[key],,ASC)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

It works!, thank you very much

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Kudoed Authors