Time in my underlying data is represented as two columns [Year] Char(4), [Month] Char(2). I set them up as the key for my model. The wizard shows them as being set to key. However I get this error:
"Error (Data mining): The usage for the 'YEAR MONTH' column of the 'Time Series Model' mining model must be set to Key, because its source mining structure column is a key column."
What does the error mean? Does the Key need to be the key of the time dimension or the key of the the fact tables?