Forum Discussion

SINGHTX9's avatar
SINGHTX9
Helper II
7 years ago
Solved

Capacity chart analysis

Hi    I want to run capacity chart analysis for my machine. So i have two machines Instrument A: Runs "CC" test type and has throughput of 1000 tests/hour and Instrument B: Runs "IA" test type an...
  • Arentir's avatar
    7 years ago

    Hi SINGHTX9,

     

    See my solution attached, page 3

    https://1drv.ms/u/s!As5oZCclkGkWgSUKbcIgvNE_f5Qd

     

     

    I have created a new column [Type] in 'Selected Throughput' and created a relationship with [Test Type] in 'Actual Data' (I have noticed one row says 1200 instead of 1000 as in your post, beware of that)

     

    I have created a what if parameter like this

     

    The new measure is as follow:

    Capacity Utilized v2 =

    SUM('Actual data'[Number of Tests]) / ( SUM('Selected Throughput'[Selected Throughput]) * SELECTEDVALUE('Number of Instrument Selected'[Number of Instruments Selected]) * (1 + Parameter[Parameter Value]) )

     

    No need for separated measures for IA/CC and you have a parameter to increase the throughput.

     

    Hopes this helps