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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
joshua1990
Post Prodigy
Post Prodigy

Calculated Column RANKX per Group

HI experts!

I have a dimensional table that contains an indivudual value column per article:

ArticleSequenceRANKX
ABC301
ABC503
ABC804
ABC402
CDE51
CDE82

 

Now I would like to add a calculated colum that shows me the rank for this column per Article. - as you can see in the last column.

How is this possible?

 

1 ACCEPTED SOLUTION
AlB
Community Champion
Community Champion

Hi @joshua1990 

Add this calculated column to the table:

NewColumn = 
RANKX(FILTER(Table1, Table1[Article] = EARLIER(Table1[Article])),  Table1[Sequence], , ASC)

SU18_powerbi_badge

Please accept the solution when done and consider giving a thumbs up if posts are helpful. 

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

 

View solution in original post

1 REPLY 1
AlB
Community Champion
Community Champion

Hi @joshua1990 

Add this calculated column to the table:

NewColumn = 
RANKX(FILTER(Table1, Table1[Article] = EARLIER(Table1[Article])),  Table1[Sequence], , ASC)

SU18_powerbi_badge

Please accept the solution when done and consider giving a thumbs up if posts are helpful. 

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.