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.
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 |
---|---|
15 | |
12 | |
7 | |
6 | |
5 |
User | Count |
---|---|
24 | |
20 | |
12 | |
9 | |
7 |