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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
uko223
Contributor III
Contributor III

Calculate breakdown percentage of dimensions

Hello,

I have a straight table that shows the number of orders broken down by order sources. How can I create another measure that shows the breakdown percentage of the total by dimension. For example, if the total number of orders is  36,035 that total is 100% for the month. How can I calculate the % breakdown of that 100% by dimension in a corresponding column?

 
 
 

See below example. I added the 100% for illustrative purposes. 

 

 

2-10-2020 1-54-19 PM.jpg

1 Solution

Accepted Solutions
Prashant_Naik
Partner - Creator II
Partner - Creator II

Hi,

This might help you

in your second Measure expression write this and change the  number formatting in %

Count(Orders)/Count(total Orders)  

Regards,

Prashant

View solution in original post

2 Replies
Prashant_Naik
Partner - Creator II
Partner - Creator II

Hi,

This might help you

in your second Measure expression write this and change the  number formatting in %

Count(Orders)/Count(total Orders)  

Regards,

Prashant

Kashyap_R
Partner - Specialist
Partner - Specialist

Hi 

Try this 

Count(Orders)

/

Count({1}Orders)

Hope this helps

Thanks

Thanks and Regards
Kashyap.R