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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

% measure

Hello Community,

I have a graph with 2 measures as you can see bellow and I need to add another measure to calculate the % consumed of the budget

What is the formula?

Thanks for your help

Capture.PNG

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

I think you might want to move the third expression to the right axis as the budget and Actual PO might be huge values and the % might be too small to be visual on the same axis.

Capture.PNG

Pick your third expression from the Expressions above and select Right (Top) option

View solution in original post

3 Replies
swuehl
Champion III
Champion III

Maybe like

= Column(1) / Column(2)

or

="Actual PO" / "Budget"

and setting the number format on number tab to percentage.

sunny_talwar
MVP
MVP

I think you might want to move the third expression to the right axis as the budget and Actual PO might be huge values and the % might be too small to be visual on the same axis.

Capture.PNG

Pick your third expression from the Expressions above and select Right (Top) option

master_student
Creator III
Creator III
Author

Thanks Sunny and Swuel. I combined your solutions and the result is :

Capture.PNG