Forum Discussion
Capacity chart analysis
- 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
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
- SINGHTX97 years ago
Helper II
Thanks a lot for your help Arentir. This was exactly what i was looking for
Can i ask you for another favor? In my file there is another pie chart (Attach pic below), I want to filter it also by priority but since the table for which i created this pie chart is a calculated table based on the actual data i m not able to create a realtionship between
the calculated table and my actual data table.
(In this particular data set the accession id has both Routine and STAT but ideally each accession id should either be routine or STAT).
Also when you made this video to show me how you generated the what-if parameter, did you use any special software to do it? I m actually looking to create a animated video for work purposes so was just curious.
- SINGHTX97 years ago
Helper II
- Arentir7 years ago
Resolver III
Hey SINGHTX9
Software is ScreenToGif, pretty handy for presentation indeed :)
I will try to have a look at your question later. Some thoughts for now:
You can have the priority added to your Final Table and Specimen distribution. Also better have a dimension table for Priority that would relate to all of the tables having priority field.