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.
Hi guys,
This is how the data looks like.
I have created a meaure which is nothing but the 75th percentile value by using the DAX shown below:
Now I want to return only the staff id's which are above the 75th percentile value.
I have tried writing the DAX shown below but I am not able to compare it directly with the measure instead I have to hardcode the 75th percentile value.
Could someone help me figure out how to achieve this without hardcode writing the 75th percentile value.
Thank you
This is what I get when I use the DAX suggested by you.
Whereas this is what I am expecting but without hardcoding the value for 75th percentile.
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |