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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Maykel
Frequent Visitor

Multiplying Rows & Columns to calculate Yield

Hello Fellow PBI Users!

 

I always seem to overcompliate and confuse myself using DAX but I was hoping to get some help.

 

What I would like to achieve is a total yield for a specifc group by multipying the 4 different levels (interm., propagation, sell, and stock)....95% * 96.2% = 91.39% INSTEAD of (95%*96.20%) = 95.67%

 

I've tried a few different approaches but I end up at 95%*96%*0 = 0 since there are times when there is only 1, 2, or 3 levels.

 

 

 

Thank for the help!!

 

 

 

-Maykel

9 REPLIES 9
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Maykel,

 

Could you please mark the proper answers as solutions?

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi Maykel,

 

Please provide a complete sample file.

 

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
MattAllington
Community Champion
Community Champion

A DAX formula depends on the tables, columns and relationships. It is impossible to help you unless you provide all this information.  



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.

Hi Matt,

 

Here is the Data

 

Capture.JPG

Yes, that is the data. But which tables, which columns, what relationships?  Power BI is not like Excel. You can’t look at numbers on the page like you have presented and work out the formula. You must consider the 3 things I mentioned. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.

Is this enough info? Thanks.Sample Data.JPG

Hi @Maykel,

 

Please refer to the snapshot below. Is it what you'd like?

Measure = PRODUCT(Table1[Program Yield])

Multiplying_Rows_Columns_to_calculate_Yield

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Dale,

 

Thanks for the quick reponse. Here is what I am getting...

 

Why is the cal off? Could it be because of a relationship table?

 

pbi 2.JPGpbi.JPG

Hi @Maykel,

 

Did you mean the blank of "Plant Group"? Yes, mostly because of the relationship. Some values don't have matches. Please check out.

 

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors