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! Learn more
Boa noite
Tenho uma tabela com nome de atletas e outra com o valor maximo de velocidade. Preciso levar para um card quem foi o atleta mais rápido (seu nome) e o valor da sua velocidade
Solved! Go to Solution.
@rafaelpintto Try this:
Vel Max =
VAR MaxSpeed =
CALCULATE ( MAX ( GPS[Velocidade maxima [km/h] ), REMOVEFILTERS ( GPS ) )
VAR AthletheAtTheMaxSpeed =
CALCULATE (
SUMMARIZE ( GPS, GPS[Athleta),GPS[Velocidade maxima [km/h] ),
GPS[Velocidade maxima [km/h] = MaxSpeed,
REMOVEFILTERS ( GPS )
)
VAR Result =
CONCATENATEX (
AthletheAtTheMaxSpeed,
GPS[Athleta) & "-" & GPS[Velocidade maxima [km/h],
UNICHAR ( 10 )
)
RETURN
RESULT
@rafaelpintto Try this:
Vel Max =
VAR MaxSpeed =
CALCULATE ( MAX ( GPS[Velocidade maxima [km/h] ), REMOVEFILTERS ( GPS ) )
VAR AthletheAtTheMaxSpeed =
CALCULATE (
SUMMARIZE ( GPS, GPS[Athleta),GPS[Velocidade maxima [km/h] ),
GPS[Velocidade maxima [km/h] = MaxSpeed,
REMOVEFILTERS ( GPS )
)
VAR Result =
CONCATENATEX (
AthletheAtTheMaxSpeed,
GPS[Athleta) & "-" & GPS[Velocidade maxima [km/h],
UNICHAR ( 10 )
)
RETURN
RESULT
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 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |