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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
mrhish
Frequent Visitor

Rolled Yield

Hi Community!

I am trying to calculate rolled yield over a time period, but cant get the correct result.

 

DateProcessOK+RTotalYield
19/3-2024Process A201020160.99702381
18/3-2024Process A123412440.991961415
19/3-2024Process B116111830.981403212
18/3-2024Process B182218650.9769437

 

And this is the result over the time period. First sum OK+R and Total per process, then dividing them to get yield per process.

ProcessOK+RTotalYield
Process A324432600.995092025
Process B298330480.978674541

 

Rolled yield = 0.995092025*0.978674541 = 0.973871

I need a measure to do this calculation. Tried with variants of ProductX but cant get the correct rolled yield number. Any help appriciated!

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @mrhish 

please try

Yied =
PRODUCTX (
VALUES ( 'Table'[Process] ),
DIVIDE ( [OK+R Measure], [Total Measure] )
)

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

Hi @mrhish 

please try

Yied =
PRODUCTX (
VALUES ( 'Table'[Process] ),
DIVIDE ( [OK+R Measure], [Total Measure] )
)

Thanks @tamerj1 Worked like a charm!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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