Forum Discussion
colsand
8 years agoFrequent Visitor
ANALYSIS TABLE/COUNTX FUNCTION
I am trying to create a small analysis table which gives a breakdown of the number of items which fall within certain lead times.. In excel, this would be a simple matter of using COUNTIF/COUNTIFS bu...
- 8 years ago
Zubair_Muhammad
8 years agoCommunity Champion
colsand
8 years agoFrequent Visitor
Hi,
I hope this link is OK. https://onedrive.live.com/redir.aspx?cid=727fdb9e098e6580&resid=727FDB9E098E6580!17781&parId=727FDB9E098E6580!111&authkey=!AhWFjMMTOwXiHT4&Bsrc=SMIT&ref=name
- Zubair_Muhammad8 years agoCommunity Champion
Hi colsand
The solution to this is to go other way round
Instead of Pulling data from LT Data into Parameter Table..... Pull the Cluster name from Parameter Table into LT Data
Create a calculated Column in LT Data as follows
Cluster LT = CALCULATE ( VALUES ( Parameter_Table[Cluster LT (Days)] ), FILTER ( Parameter_Table, 'LT Data'[Lead Time] >= Parameter_Table[Start] && 'LT Data'[Lead Time] <= Parameter_Table[End] ) )- Zubair_Muhammad8 years agoCommunity Champion
- colsand8 years agoFrequent Visitor
Many thanks for your help, that appears to be what I need.
Regards.
Colin