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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
bptyates
Frequent Visitor

Measure not working

Hi All,

 

So I have the following calcluation to rank items that are sold by the invoicved amount and it works fine.

 

 

Product Running Total = 
    RANKX(
        ALL(Sheet1[Item]),
        [Total Inv Amount],,
        DESC,
        Dense
    )

 

 

I have added more data to my report and created a second version:

 

Sales Ranking = RANKX(
AlL('Ames Sales'[Material]),
[Invoiced Sales],,
DESC,
Dense
)

 

This uses a different table which i have refernced and rather than getting ranks of 1,2,3,4 etc, every row evaluates to 1. 

 

Any thoughts as to why this may be happening please?

 

Thanks

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@bptyates , if you add any other column in visual, other than one you selected in rank, the rank will inside that one

 

You are using 'Ames Sales'[Material] and you add 'Ames Sales'[Material ID] , then you rank will inside 'Ames Sales'[Material ID], all 1 . Only 1 material inside id


 

there we add both column, in rank all . or use table

 

example

 

Sales Ranking = RANKX(
AlL('Ames Sales'[Material], 'Ames Sales'[Material ID]),
[Invoiced Sales],,
DESC,
Dense
)

or

Sales Ranking = RANKX(
AlL('Ames Sales'),
[Invoiced Sales],,
DESC,
Dense
)

 

 

Also, check

 

Power BI Rank Across dimension tables: https://youtu.be/X59qp5gfQoA

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@bptyates , if you add any other column in visual, other than one you selected in rank, the rank will inside that one

 

You are using 'Ames Sales'[Material] and you add 'Ames Sales'[Material ID] , then you rank will inside 'Ames Sales'[Material ID], all 1 . Only 1 material inside id


 

there we add both column, in rank all . or use table

 

example

 

Sales Ranking = RANKX(
AlL('Ames Sales'[Material], 'Ames Sales'[Material ID]),
[Invoiced Sales],,
DESC,
Dense
)

or

Sales Ranking = RANKX(
AlL('Ames Sales'),
[Invoiced Sales],,
DESC,
Dense
)

 

 

Also, check

 

Power BI Rank Across dimension tables: https://youtu.be/X59qp5gfQoA

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Sorry, im not sure I understand, I dont have  'Ames Sales'[Material ID] in my data. 

But the second option worked - thank you. 

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.