The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
hello i need some help to create a new colum with placements for people. i use a measure to let the point everybody has to calculate but i want a placement in a order by the measure of points. if made a exaple beneath to show how the data looks like i how i want the colum. i use a measure to get the points the teams Scored the measusre i use is: "
Placement (i need to create this colum) | Name | team |
1 | Roy | AZ |
1 | Roy | Go Ahead Eagles |
1 | Roy | Psv |
1 | Roy | Feyenoord |
2 | klaas | Ajax |
2 | klaas | PSV |
2 | klaas | Feyenoord |
so i want the person that has the most points get placement 1 then placement 2 etc etc
Solved! Go to Solution.
Hi @Anonymous ,
Please try:
Placement =
IF (
ISINSCOPE ( 'Uitslagen Tour de France'[Name] ),
RANKX (
ALLSELECTED ( 'Uitslagen Tour de France' ),
CALCULATE (
SUM ( 'Uitslagen Tour de France'[Punten] ),
ALLEXCEPT ( 'Uitslagen Tour de France', 'Uitslagen Tour de France'[Name] )
),
,
DESC,
DENSE
)
)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @Anonymous ,
Please try:
Placement =
IF (
ISINSCOPE ( 'Uitslagen Tour de France'[Name] ),
RANKX (
ALLSELECTED ( 'Uitslagen Tour de France' ),
CALCULATE (
SUM ( 'Uitslagen Tour de France'[Punten] ),
ALLEXCEPT ( 'Uitslagen Tour de France', 'Uitslagen Tour de France'[Name] )
),
,
DESC,
DENSE
)
)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @Anonymous ,
Please try:
Placement =
IF (
ISINSCOPE ( 'Uitslagen Tour de France'[Name] ),
RANKX (
ALLSELECTED ( 'Uitslagen Tour de France' ),
CALCULATE (
SUM ( 'Uitslagen Tour de France'[Punten] ),
ALLEXCEPT ( 'Uitslagen Tour de France', 'Uitslagen Tour de France'[Name] )
),
,
DESC,
DENSE
)
)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
20 | |
18 | |
18 | |
14 | |
13 |
User | Count |
---|---|
38 | |
31 | |
22 | |
20 | |
18 |