ACT NOW: The Alteryx team will be retiring support for Community account recovery and Community email-change requests Early 2026. Make sure to check your account preferences in my.alteryx.com to make sure you have filled out your security questions.
Learn more here
Process - Append field for all three dice to generate all 216 combinations - Calculate max, min, median, score for each combination - Group by score, count instances of each score - Sort by count (descending) - Select most common
I created individual rows/observations for each of the possible combinations of the three dice. Since these happen with equal probabilities, one can then go about calculating the score for each row. Using min and max functions to find the highest and lowest of the three dice was straightforward. I used a conditional statement to find the 2nd largest rolled number.