Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mahitham
Creator II
Creator II

Pivot table percentage calculation help

Hi Experts,

Can any one please help me on below requirement.

In the below table

Dimension is Division

Measure is Count(distinct ID)

Please help me to calculate the percentage like expected output column.

I have tried like Count(distinct ID)/Count(Total distinct ID) but getting wrong percentage.

Please help me on this.


Thanks in advance

1 Solution

Accepted Solutions
agigliotti
Partner - Champion
Partner - Champion

do you have Division value as null ?

if Yes you can use this expression:

Count( DISTINCT ID ) / Count( {< Division = {"*"} >} TOTAL DISTINCT ID )

View solution in original post

2 Replies
agigliotti
Partner - Champion
Partner - Champion

what you tried seems to be right.

let's try adding Count( TOTAL DISTINCT ID ) as a new measure column to see what you get.

agigliotti
Partner - Champion
Partner - Champion

do you have Division value as null ?

if Yes you can use this expression:

Count( DISTINCT ID ) / Count( {< Division = {"*"} >} TOTAL DISTINCT ID )