I build a time series model in microsoft analysis service 2008 r2. There is no problem to create the model and process. But when I make a pridiction query, there is NaN in the result. How can I avoid this? If there is no way to avoid the NaN, how can I save the result to SQL server? I used SQLBulkCopy class to insert the data into SQL table for better performance. Any suggestion is appreciate but need have good performance. The predication result is big. It has around 5 milion rows of data.
Does anybody have a good suggestion?