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
Anonymous
Not applicable

RANX with two tables

Hi there, 

My first post here, so I'm nervous 🙂

I have two tables: forum_1.JPG

User IDs have a relationship in the model. 

I created a simple visual using two measures: 

1. Total values: SUM('FACT TABLE'[values])

2. Rank: 

RANKX
(
    ALLSELECTED('FACT TABLE'[user_id]),
    [Total values],
    ,
    DESC,
    Dense
)
and it works well: 
forum_2.JPG

However, when I add username to the visual, the rank gets corrupted: 

forum_3.JPG

How could I get to this: forum_4.JPG

What am I doing wrong? 

 

Many thanks!

 

 

4 REPLIES 4
mussaenda
Super User
Super User

Try putting the usrname on your fact table.

and use that username to your visual.

Did it rank correctly?

Anonymous
Not applicable

@mussaenda thanks for your prompt reply. Yes, I could do it but I'm not 100% sure if this is the right approach as user name is not the only one reference data being used in this case. For example, I would like to add "country" to the visual and I'd have to add this column to the fact table as well. 

This would, in effect, turn my fact table into fact+ref table which is not super elegant. I mean I could but this would turn my fact tables into unmanagable monsters 🙂 

Okay, I get you.

For sure someone else here will share ideas.

Anonymous
Not applicable

So I tested it by adding a new column in the fact table like this: 

User name = RELATED('REF Table'[user name])

but to no avail, the rank gets corrupted. 

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.