The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello i need some help i use this measure to give everyone a rank :
now is the problem that some people has the same amount of point so they wil get the same rank. i want this measure that if 2 people has the same amount of points it will look at the name and give the by name there rank so for example
5 max 10
5 arjan 10
i want the answer to be
5 Arjan 10
6 Max 10
because the A comes fore the M in the alpabet
Solved! Go to Solution.
My table name is ='Table'
And column contains name is ='Table'[Name]
And column containing point is ='Table'[Points]
Can you replace them with the name in your table and it will work or you can try renaming columns as per the details shared by me
Proud to be a Super User! |
|
@Krijgersss , To achieve this you can use name as secondry criterion
Proud to be a Super User! |
|
i get this error by your formula
Can you share sample data for testing or convert this error in english translation
Proud to be a Super User! |
|
A single value for column 'Tourploeg' in table 'Tour_De_France_Poule' cannot be determined. This can happen when the formula of the measure refers to a column that contains many values and no aggregation such as minimum, maximum, count, or sum has been specified to yield a single result.
in the screenshot is example of the data how it looks now
Here is the updated codewith PBIX fileand it is working created a new column using
Proud to be a Super User! |
|
i have 1 error in your formula it doesnt reconize my tabel with points called "Tour_De_France_Poule[Punten]"
it is correctly spelled
My table name is ='Table'
And column contains name is ='Table'[Name]
And column containing point is ='Table'[Points]
Can you replace them with the name in your table and it will work or you can try renaming columns as per the details shared by me
Proud to be a Super User! |
|
i tryed it but it gives me the same error as before
A single value for column 'Tourploeg' in table 'Tour_De_France_Poule' cannot be determined. This can happen when the formula of the measure refers to a column that contains many values and no aggregation such as minimum, maximum, count, or sum has been specified to yield a single result.
You must be adding measure go to modelling tab and add new column
Proud to be a Super User! |
|
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
12 | |
9 | |
5 |