Session length

1 / 20

RANKX( ALL( 'Product'[Product Name] ), [Sales],, DESC, Skip ) describes which ranking behavior?

ranks the product names by Sales, with the largest sales values getting the smallest (e.g. 1,2,3) ranks, and where product names that have tied values get the same rank number

ranks the product names by Sales, with the largest values getting the smallest (e.g. 1,2,3) ranks, and when product names have tied values, then the next rank value, after a tie, is the rank value of the tie plus the count of tied values.

This examines how RANKX handles ties when ranking in descending order and using the Skip option. The function ranks products by their [Sales] value, and because of the DESC order, larger sales get better (smaller) ranks. The key part is the Tie behavior: with Skip, all tied items share the same rank, and the next rank value increases by the number of items that tied.

For example, imagine sales are 100, 90, 90, 80 for four products. The top product gets rank 1. The two tied products with 90 both get rank 2. Since there are two items tied, the next rank becomes 2 + 2 = 4, so the last product gets rank 4. This skipping of ranks after a tie is exactly what the Skip setting does.

That’s why this choice describes ranking by the largest values first, with ties sharing a rank and the next rank jumping forward by the count of tied items. If you used the Dense setting instead, the next rank would be 3, not 4, after a tie.

ranks the product names by Sales, with the smallest sales values getting the smallest (e.g. 1,2,3) ranks, and where product names that have tied values get the same rank number.

ranks the product names by Sales, with the smallest values getting the smallest (e.g. 1,2,3) ranks, and where product names that have tied values get unique rank numbers

Next question

Find the option that is right for you!

All options are one-time payments.

$12.50

30 day premium pass

All the basics to get you started

  • Ad-free experience
  • View your previous attempt history
  • Mobile app access
  • In-depth explanations
  • 30 day premium pass access
$30.00 $87.50 usd

6 month DELUXE pass (most popular)

Everything with the 30 day premium pass FOR 6 MONTHS! & the ultimate digital PDF study guide (BONUS)

  • Everything included in the premium pass
  • $87.50 usd value for $30.00! You save $57.50!
  • + Access to the ultimate digital PDF study guide
  • + 6 months of premium pass access
  • + Priority support
$12.50 $18.99

Ultimate digital PDF study guide

For those that prefer a more traditional form of learning

  • Available for instant download
  • Available offline
  • Hundreds of practice multiple choice questions
  • Comprehensive content
  • Detailed explanations
Image Description
Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy