Forum Discussion

alfordtp's avatar
alfordtp
Frequent Visitor
7 years ago

Use value to calculate another value

I'm trying to do all of my calculations in PowerBI rather than having to dump it to Excel and do my calculations.

 

I need to calculate a percent of a total.  The base number (denominator) is the where the Feature is called NULL.  The description tells what the base item is.  In the example below, the base is Apples with qty of 20 and Grapes with qty of 50.

 

What I want to calculate is the percent of that number for all of the other features, like seed/seedless and down another level to color of the apple or grape.

 

 

FeatureDescriptionQtyPercent of total
NULLAPPLES20100%
SEED TYPE SEEDS735%
COLOR    RED420%
COLOR    GREEN315%
SEED TYPESEEDLESS1365%
COLOR    RED840%
COLOR    GREEN525%
NULLGRAPES50100%
SEED TYPE  SEEDS3570%
COLOR    RED3060%
COLOR    GREEN510%
SEED TYPE SEEDLESS1530%
COLOR    RED1224%
COLOR    GREEN36%

 

I can get the calculation to work at the first level, but cannot get it to go down to the subsequent levels.  For example, I created "Measure1" that sums the qty where the feature = "NULL".  Then I created "Measure2" = Qty / "Measure1".  This gives me the "percent of total" = 100%, 35% for "SEED TYPE = SEEDS" and 65% for "SEED TYPE = SEEDLESS".  This is as far as the calculation will go.  How do I get it to calculate all the way down to the color as well?

2 Replies