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,
I have one DAX Function called TOPN and it works perfectly, show me the TOP5
But when i use the Date Filter the sales column works, the Rank Works, but the TOPN returns Blank.
My Measures RANK and TOPN
Ranking Ticket Medio Procedimentos =
IF([Ticket Medio Fat. Proced],
RANKX(
ALL(D_TIPO_PROCEDIMENTO[nome]),
[Ticket Medio Fat. Proced]
)
)
TOP N Ticket Médio Procedimentos =
var topNSelecionado = SELECTEDVALUE('TopN'[N],5)
return
CALCULATE(
[Ticket Medio Fat. Proced],
FILTER(
VALUES(D_TIPO_PROCEDIMENTO[nome]),
[Ranking Ticket Medio Procedimentos] <= topNSelecionado
)
)
Solved! Go to Solution.
None of the transactions for the selected day are in the Top 5.
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 |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |