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,
Can someone help me with this ranking formula for my tool tip. I want to highlight the largest variance with a ranking. I dont want blank accounts to be calculated in this ranking, just the ones that have a variance "VY".
There are two levels of chart account groupings. The "Chart Acct Number Name" and a Sub group "Specific Acct Number Name"
Thanks so much for any help!
Trevor
Here is my Ranking calculation so far:
@Anonymous , check these three measures. See if is in scope can help. Assumed Specific Acct Number Name is the child , second in row
R1 =
RANKX(
FILTER(ALL(MonthlyFinancials[Specific Acct Number Name], MonthlyFinancials[Chart Acct Number Name]),
[Chart Acct Number Name] = max([Chart Acct Number Name])
[Assets $ VY]<>BLANK()),
[Assets $ VY],,ASC,Skip)
R2 = RANKX(
FILTER(ALL(MonthlyFinancials[Specific Acct Number Name]),
[Assets $ VY]<>BLANK()),
[Assets $ VY],,ASC,Skip)
Rank, Chart Acct = if (isinscope(MonthlyFinancials[Specific Acct Number Name]) , [R1], [R2])
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 76 | |
| 52 | |
| 51 | |
| 46 |