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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
lucasuzeda
New Member

Rankx returning duplicates for different amounts

Hello,

 

I am trying to get the rankings for the amount of hours. I proceeded with the expressions: 

- Downtime = sum(Sheet1[Duration (hours)])

 

- Ranking Downtime Alarm = 

    if( 

        hasonevalue(Sheet1[Alarm Code Final]),

    rankx(

        ALLSELECTED(Sheet1[Alarm Code Final]),

        [Downtime],,DESC,Dense)

    )

 

However, I am getting odd results:

For the case below: Rank 5 does not appear, then 7 comes 2 times. There's no 9, 10 appears two times. There's no 14 and 15 appears two times. These duplicate rankings are not tied, they're different amount of the sum. And this goes on along the measure.

lucasuzeda_1-1619200145484.png

 

Could I get any support on this one?

2 REPLIES 2
v-henryk-mstf
Community Support
Community Support

Hi @lucasuzeda ,

 

Check the dax you wrote. For the above errors, it may be caused by the structure of the table model. Downtime = sum(Sheet1[Duration (hours)]). What does the field in the formula refer to? Can you provide a complete data model (delete sensitive information). I will answer for you as soon as possible.


Looking forward to your reply.

 

Best Regards,
Henry

 

 

Jihwan_Kim
Super User
Super User

Hi, @lucasuzeda 

I am not sure about how your whole data model looks like, but please check whether the [Alarm Code Final] is filtered by category or sub category.

 

Hi, My name is Jihwan Kim.

 

If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

 

Linkedin: https://www.linkedin.com/in/jihwankim1975/

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.