Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
WillemRR
Contributor
Contributor

Calculate share of top 10 bestsellers to total revenue

Dear,

I would like to calculate the % of revenue that our top 10 products contribute to our total revenue. I already have a table with our top 10 products by using ARTICLE as dimension and Sum of Sales as Measure and used a Fixed number limitation on the ARTICLE dimension.

Is there a way to Sum the sales of these 10 articles and divide them by the total of sales?

Labels (2)
1 Reply
brunobertels
Master
Master

hi 

Try this for top ten 

Sum({<ARTICLE= {"=Rank(Sum(Sales))<=10"}>} Sales)

Sum( Total Sales)