Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Muhammad91
Contributor II
Contributor II

Convert Y Axis of QlikSense Scatter Probability Plot (q-q plot)

Hi Everyone,

I have a Probability plot that I have plotted on QlikSense using Qlik Scatter Plot. After doing lots of investigation, below are the formulae I have put for creating this probability plot but I have few issues.

I need to change the Y-Axis scale between 0 to 1 equivalent (i.e. probability). Can anyone please help me with this ?

Currently below is what we have plotted in QlikSense:

Dimension[Bubble] = =[Value]

Measure X-Axis = Avg([Value])

Measure Y-Axis = =NORMINV( 1-(rank(([Value]))  - 0.5) / count(distinct total [Value]) , 0,1)

Labels (1)
0 Replies