Forum Discussion
shumadri
3 years agoFrequent Visitor
Rolled Throughput Yield
Hello all. I have a problem with a table to calculate the RTY, I have good parts and bad part, yield. But I would like to know how to calculate the RTY using a measure in power bi. Manually I kno...
- Anonymous2 years ago
Hi shumadri
You can refer to the following measure.
e.g
Measure = PRODUCTX ( VALUES ( 'Table'[Station Name] ), [Yield] )You can refer to the following link to know more about the function.
PRODUCTX function (DAX) - DAX | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi shumadri
You can refer to the following measure.
e.g
Measure =
PRODUCTX ( VALUES ( 'Table'[Station Name] ), [Yield] )
You can refer to the following link to know more about the function.
PRODUCTX function (DAX) - DAX | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.