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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Kumar11109
Helper IV
Helper IV

Day Ranking For Group Access

Hi All,

 

I am trying to rank the usage day for a set of groups. I have used the below formula but the ranking formula is not working. 

 

DayRank_ =
RANKX (
FILTER (
ALL ( VIEW_SCOREINFO_ALL ),
VIEW_SCOREINFO_ALL[GroupId] = EARLIER ( VIEW_SCOREINFO_ALL[GroupId] )
&& VIEW_SCOREINFO_ALL[Session Date] = EARLIER ( VIEW_SCOREINFO_ALL[Session Date])
),
VIEW_SCOREINFO_ALL[Index],
,
ASC,
DENSE
)

 

 

 

 

The result is as follows: 

 

Untitled.png

 

Can someone help me with the  formula. 

 Sample Data

The way I want is also given here. 

 

Thank You, 

Kumar Ashwarya 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Kumar11109

Please check this modified PBIX file.

Regards,
Lydia

View solution in original post

8 REPLIES 8
Anonymous
Not applicable

@Kumar11109,

Create the rank column using DAX below.

RANK = RANKX(FILTER(VIEW_SCOREINFO_ALL,VIEW_SCOREINFO_ALL[GroupId]=EARLIER(VIEW_SCOREINFO_ALL[GroupId])),VIEW_SCOREINFO_ALL[Session Date],,ASC)

1.JPG

Regards,
Lydia

This formula is not working. I am getting the below result. 

Its not working. :-C

 

 

ResultResult

 

 

 

I think I should have more clear, my data set looks something like this. 

 

Sample Data

 

Thats why I think its not working. I also used to Dense so that it doesn't skip ranking for a group, but that didn't work either. 

 

 

Screenshot (13).png

Anonymous
Not applicable

@Kumar11109

You have different sample data as before. What field do you want to rank this time? And what is  your expected result?

Regards,
Lydia

I still want to rank my "session date," for each group id. 

Anonymous
Not applicable

@Kumar11109

Please check this modified PBIX file.

Regards,
Lydia

Its working with Dense. It was summing the rank created. I had to click on "Don't Summarize". So stupid of me. Thank You. 

 

Can you help with a conituation of this problem. I have created another topic for it. 

 

Problem 2

Anonymous
Not applicable

@Kumar11109,

Please check this PBIX file . If there is any issue, please share your PBIX file to me.

Regards,

Lydia

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.