Forum Discussion
Anonymous
4 years agoNot applicable
Rolled Throughput Yield (RTY)
Hi, I am trying to calcault the Rolled Throughput Yield (RTY) from the Frist time Yield, the formuler for the Rolled Throughput Yield (RTY) is Process ID 1 = First time Yield of Process 1 Proc...
- 4 years ago
Hi, Anonymous ;
You could create a measure as follow:
Measure = CALCULATE(PRODUCTX('Table',[First Time Yield]),FILTER(ALLSELECTED('Table'),[Column1]=MAX([Column1])&& [Process ID Number 。]<=MAX([Process ID Number 。])))The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-yalanwu-msft
4 years agoCommunity Support
Hi, Anonymous ;
You could create a measure as follow:
Measure = CALCULATE(PRODUCTX('Table',[First Time Yield]),FILTER(ALLSELECTED('Table'),[Column1]=MAX([Column1])&& [Process ID Number 。]<=MAX([Process ID Number 。])))
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous4 years agoNot applicable
Thank you very much 🙂