Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
rajibmahmud
Helper III
Helper III

Help with a measure

Hi All,

 

Need help in solving below query in Powerbi/Power Pivot.

 

In Powerpivot I created a Pivottable similar to below, where I created a measure COGP which is sum of RM, PM & Production cost. Now what I need to do is calculate % of COGP for each category and allocate Supply Chain OH accordingly. I have given the Supply Chain OH value at total level. One option I found is to calculate total of each this column (RM, PM, Prod) using All function with calculate and then calculate the contribution. Which is not a good option for me as my model contains more than 10 of this columns. 

 

Is it possible to calculate the % contribution of a measure itself which I can use to multiply a certain value?

 

CategorySalesCOGPRM CostPM CostProduction CostSupply Chain OH
A100038522212340 
B200078612362340 
C2000113746363440 
D200070644422240 
Total     500
1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

Hi @rajibmahmud

 

Try this Measure

 

%age of COGP=
[COGP] / CALCULATE ( [COGP], ALL ( Table1 ) )

View solution in original post

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

Hi @rajibmahmud

 

Try this Measure

 

%age of COGP=
[COGP] / CALCULATE ( [COGP], ALL ( Table1 ) )

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.