Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I used scatter plots with dynamic axis using field parameters. I would like to set the maximum of the x-axis to the 99.5 quantile of the column I'm representing in the x-axis. How can I do that ?
Solved! Go to Solution.
Hi @GwenLC ,
in the scatter chart you can define the maximum of each axis using a measure
On Top the following function should help you to build the measure
PERCENTILE.EXC-Funktion (DAX) - DAX | Microsoft Learn
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
-----------------------------------------------------
Hi @GwenLC ,
in the scatter chart you can define the maximum of each axis using a measure
On Top the following function should help you to build the measure
PERCENTILE.EXC-Funktion (DAX) - DAX | Microsoft Learn
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
-----------------------------------------------------
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |