The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have used the following to calculate the lower quartile upper value.
Hi @Anonymous
Please try
Measur =
VAR X =
CALCULATE (
PERCENTILE.INC ( Table1[Ordinary Pay (in the month of April)], 0.25 ),
Table1[Ordinary Pay (in the month of April)] <> 0,
Table1[Ordinary Pay (in the month of April)] <> BLANK ()
)
RETURN
CALCULATE (
COUNT ( Table1[Ordinary Pay (in the month of April)] ),
Table1[Ordinary Pay (in the month of April)] < X
)
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |