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 |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |