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
curtismob
Helper IV
Helper IV

Ranking a Measure by Category (Group)

Hello, I am looking for guidance on getting a rank by category to work for a measure.  Below are my measures and further down is a screen snippet of the desired results.

 

_mOption Cat Capture Rate CSV =

CALCULATE(DIVIDE(DISTINCTCOUNT('Option SelectionsCSV'[_cLot Option Category]),

'Option SelectionsCSV'[_mCount Lots Closed CSV], 0))

 

_mCount Lots Closed CSV =

CALCULATE(DISTINCTCOUNT(LotCSV[Lot_ID]),

ALLSELECTED('Option SelectionsCSV'[_cCategory Description]))

 

_mOption Cat Capture Rate Rank CSV =

VAR

   CaptureRate = 'Option SelectionsCSV'[_mOption Cat Capture Rate CSV]

VAR

   CaptureRateRank = RANKX(ALLSELECTED('Option SelectionsCSV'[_cCategory Description]), 'Option SelectionsCSV'[_mOption Cat Capture Rate CSV], , DESC, Dense)

RETURN

   IF(ISBLANK(CaptureRate), BLANK(), CaptureRateRank)

 

CaptureRateTableExample.png

I have a .pbix for this, but I'm not sure how to upload or where to place it for other to review.

 

Thank you in advance,

@curtismob 

 
1 ACCEPTED SOLUTION

@curtismob Just emailed you the solution, once confirmed it is working, I will post the solution here so that others can benefit from it. Will wait for your response. Cheers!!



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

9 REPLIES 9
parry2k
Super User
Super User

@curtismob this blog post talks about ranking in detail, go thru 3 posts on this topic and you will get the solution. 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Thanks for responding @parry2k.  I have already reviewed the posts you mention in your response and was still not able to get it to work as desired.


@curtismob wrote:

Thanks for responding @parry2k.  I have already reviewed the posts you mention in your response and was still not able to get it to work as desired.


@curtismob  can you share pbix file , remove any sensitive info before sharing.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

I apologize, what is the easiest way to share the pbix?

@curtismob thru one drive or google drive.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

I have it on Onedrive now, how can I share it with you?  Do I need your email address?

@curtismob you can email directly, my email address is in the signature. 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

@curtismob Just emailed you the solution, once confirmed it is working, I will post the solution here so that others can benefit from it. Will wait for your response. Cheers!!



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

@curtismob solution is attached. Thanks for your patience.

 

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

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.