March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Can we calculate 50% percentile of values in a particular column and plot it in Y-axis alone.
Can anyone help me with this
Solved! Go to Solution.
Hi @nazishm
Yes, you can try this solution,
create the measure below
50% value = 0.5* MAX('Table'[value])
in measure, you need to use the aggregation functions to get the value in current row, which are max(), min(), selectedvalue().
SELECTEDVALUE function - DAX | Microsoft Learn
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @nazishm
Yes, you can try this solution,
create the measure below
50% value = 0.5* MAX('Table'[value])
in measure, you need to use the aggregation functions to get the value in current row, which are max(), min(), selectedvalue().
SELECTEDVALUE function - DAX | Microsoft Learn
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @nazishm ,
The simple way to achieve it is by creating a calculated measure.
go through this link for more detailed explanation.
https://www.youtube.com/watch?v=TeFQstHX8Fs
Regards,
Nikhil Chenna
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
37 | |
22 | |
20 | |
10 | |
9 |
User | Count |
---|---|
59 | |
55 | |
22 | |
14 | |
12 |