Forum Discussion
Snowy34
7 years agoHelper III
Percentage difference between two columns
Good evening all, I'm trying to get percentage difference between two columns and I'm having some issues with it my table is, (FYI the table code have duplicated skus) Item O...
- 7 years ago
Hi,
Try this measure
=SUM([On Hand Bal])/((SUM([On Hand Bal])+SUM([safety stock]))/2)
Ashish_Mathur
7 years agoSuper User
Hi,
How did you calculate 39.52% The numerator is 66. What is the denominator?
Snowy34
7 years agoHelper III
As per below
So I have used a pie chart and it worked fine but when done in a table as per below its showing 67%, I wanna get away from using the BOM filter on the side as I got more than one visual on the screen. Thx for your help.
- Ashish_Mathur7 years agoSuper User
Hi,
Try this measure
=SUM([On Hand Bal])/((SUM([On Hand Bal])+SUM([safety stock]))/2)