Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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 |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
5 |