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
Greetings,
I have created two measures.
The first is a quartile measure using the percentilex.inc function:
When I change the statement to include an = sign, all results are 1, even though some of the results are FALSE, i.e. > 22
Quartile Rank = IF('Data Table'[Total Score]<='Data Table'[1st Quartile],1,0)
I would greatly appreciate any help!
Solved! Go to Solution.
@Auktavius , We are creating 2 tables.
table1 will have all the and "_Rank" column with the values present in "LPRank"
table2 will have an additional column called "_Rank1" with the ranking of first table based upon "_Rank" column
@Auktavius , We are creating 2 tables.
table1 will have all the and "_Rank" column with the values present in "LPRank"
table2 will have an additional column called "_Rank1" with the ranking of first table based upon "_Rank" column
Hi @Auktavius ,
Please see this solution:
https://community.powerbi.com/t5/Desktop/PERCENTILEX-INC-NOT-WORKING/m-p/721044#M347959
Hello @truptis ,
Thank you for the response. I am still relatively new to PowerBI, and I really appreciatre your reply. Could you explainwhats going on in these first two statements:
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |