Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
I am unable to give the rank, I am getting inconsistent ranking to data
I need ranking based on the deposit amount
I am writing Dax like above based on depositor amount, main dataset (Bets) have other columns also
Rank =
RANKX(
// If you want absulute ranking,
// replace ALLSELECTED with ALL.
ALLSELECTED( Bets[User Name] ),
// Measures do not need to be
// wrapped in CALCULATE since the
// engine does it automatically
// behind the scenes for us.
[Deposit Amount],,
DESC, DENSE
)
Deposit amount is measure
@ShaikRafi What does your Deposit Amount measure look like? This may help (or not): To *Bleep* with RANKX! - Microsoft Power BI Community
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |