Forum Discussion

Amrnader1979's avatar
Amrnader1979
New Member
1 year ago
Solved

Rank

 

 I have a table with the name of the branch, the sales department, the seller, and the value of each sales invoice. I created a standard for net sales and put it on a card, and it works well. I want to create a standard by arranging each seller according to his sales for the branch to which he belongs, so that if I select him from a table or visual, his order will appear. 

  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Amrnader1979 

     

    Thanks for the reply from lbendlin .

     

    Amrnader1979, I created a sample data to do the test for your reference. If it doesn't meet your needs, as lbendlin said, you need to provide the sample data and the expected results based on the sample data so we can better help you. Please remove any sensitive data in advance.

     

    My sample:

     

    sum = SUM('Table'[Sales Invoice Value])

     

    Rank = RANKX(ALLEXCEPT('Table', 'Table'[Branch Name]), [sum], , DESC, Dense)

     

    Output:

     

    Best Regards,
    Yulia Xu

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    Rank.pbix20 KB

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Amrnader1979 

     

    Thanks for the reply from lbendlin .

     

    Amrnader1979, I created a sample data to do the test for your reference. If it doesn't meet your needs, as lbendlin said, you need to provide the sample data and the expected results based on the sample data so we can better help you. Please remove any sensitive data in advance.

     

    My sample:

     

    sum = SUM('Table'[Sales Invoice Value])

     

    Rank = RANKX(ALLEXCEPT('Table', 'Table'[Branch Name]), [sum], , DESC, Dense)

     

    Output:

     

    Best Regards,
    Yulia Xu

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    Rank.pbix20 KB
  • Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
    Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
    Please show the expected outcome based on the sample data you provided.

    Need help uploading data? https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
    Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523