The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I have a data set that I would like to show the 10th and 90th percentile for a given month. Is there any way to accomplish this? I know there is a custom visual to show percentiles but it only shows percentiles and I need to show other lines of data on the visual. I also know there is an 'analytics' tool to show percentiles but it just shows the constant line not per month. Looking for something like this:
Thank you!
Solved! Go to Solution.
Have you tried creating a measure using PERCENTILE.INC?
https://docs.microsoft.com/en-us/dax/percentile-inc-function-dax
Perc10 = PERCENTILE.INC ( [Column], 0.1 )
Perc90 = PERCENTILE.INC ( [Column], 0.9 )
Just a quick shot.
Regards
Have you tried creating a measure using PERCENTILE.INC?
https://docs.microsoft.com/en-us/dax/percentile-inc-function-dax
Perc10 = PERCENTILE.INC ( [Column], 0.1 )
Perc90 = PERCENTILE.INC ( [Column], 0.9 )
Just a quick shot.
Regards
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
112 | |
80 | |
75 | |
52 | |
50 |
User | Count |
---|---|
133 | |
124 | |
78 | |
64 | |
61 |