mdx for time series algorithm

Answered mdx for time series algorithm

  • Saturday, March 09, 2013 5:57 AM
     
     

    Hi,

    i have time series algorithm in sales cube and i have mdx for view of result ..

    how i get mdx for this?

All Replies

  • Friday, March 15, 2013 7:18 AM
    Moderator
     
     Answered

    Hi sara19_s,

    I think you need use Data Mining Extensions (DMX) to query, Data Mining Extensions (DMX) is a language that you can use to create and work with data mining models in Microsoft SQL Server Analysis Services. You can use DMX to create the structure of new data mining models, to train these models, and to browse, manage, and predict against them. DMX is composed of data definition language (DDL) statements, data manipulation language (DML) statements, and functions and operators. Please see: http://msdn.microsoft.com/en-us/library/ms132058.aspx

    Refer to how to use Data Mining Extensions (DMX) to make time series predictions, see: http://msdn.microsoft.com/en-us/library/ms132167.aspx

    Thanks,
    Eileen


    Eileen Zhao
    TechNet Community Support