VIDEO TUTORIAL: How to calculate Percentile Rank (for A/B testing)

jaeW_at_Onyx
jaeW_at_Onyx Coach
edited February 2021 in Charting

Percent ranking answers what "% of values were less than Y." Kudos to @GrantSmith for the question.

This is useful for comparing test results in two populations. Imagine 67 respondents tested 75% or les whereas in group B 99 respondents scored 75% or less.


To calculate % rank, you calculate the rank and divide each rank by the count of values.

User: "image.png"


Here's the video tutorial on 3 different ways to calculate the result (using MagicETL, Analyzer and Dataset Views)

https://www.youtube.com/watch?v=Esnu1PSxRjM&t=35s

Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨‍💻

**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"

Comments

  • This was so helpful Jae! Thank you!!

  • @jaeW_at_Onyx

    Thank you for the video. I have a question on using View. When I did the group by User and Exam to get the Sum of Score, the original column `Score` would not be in the dataset after the Group By. Then how did you use SUM(`Score' ) in the BeastMode to calculate the percentile rank?

    Thank you