Creating Forecast Using DMX

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,

i've started to deal with dmx some days ago, now I have a problem a
can't solve, maybe someone can help:

I want to create a forecast using a model. The model is based on
warehouse data and it works pretty good. Because of an connection to
Reporting i have to use DMX, to get the wanted data out of the model.

The model contains data of several years, the key is the timeID used
in my relational model. In the Report I don't want to print out the
timeID, but the corresponding month-Number. For that reason I've
extended my dmx-select Query to get the month, but the result shows
always the same month. I don't understand this result, because the
timeID is ascending as well for each row of the result set

TimeID predictValue Month
1 100 1
2 200 1
3 300 1

Query : SELECT
FLATTENED [VDM Org Dst 1].[Org Id],
(SELECT predictTimeSeries([Sum Bruttolohn],4), monat FROM [VDM Org
Dst 1].[VFC Sum Org])
From
[VDM Org Dst 1]
where [VDM Org Dst 1].[Org Id]=536


Can someone help ? Do I use the wrong query ?

Thanks in advance!

Achim

.



Relevant Pages

  • Re: Query Analyser 2000
    ... SQL-like data mining language called DMX. ... An ad hoc query tool, DMSample, for DMX can be downloaded ... you could use SQL Server Reporting Services to ... generate a report using DMX. ...
    (microsoft.public.sqlserver.datamining)
  • Re: Output results of DMX query
    ... The Mining Model Prediction tab in BI Development Studio has a "Save Query ... As a beginner with DMX language, I just did the Bike Buyer DMX Tutorial. ...
    (microsoft.public.sqlserver.datamining)
  • MDX query problem
    ... I try the following MDX query before I apply to my application. ... I have results with this DMX ... all_under_tree_mining is my mining model ... with internal rows ...
    (microsoft.public.sqlserver.datamining)
  • Re: DMX Query response time
    ... wondering because whenever we the query below we notice high disk ... > planning to setup a SQL Server 2005 beta box to check out the difference ... I guess you had to use OPENROWSETfrom SQL to MSOLAP in order to ... You could try run the DMX ...
    (microsoft.public.sqlserver.datamining)