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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.