problems limiting the amount of data in my cube

  • ive been trying to limit the amount of data getting into my cube from the database.

    in cube editor, in advanced properties, in source table filter i placed this query:

    "InvoiceData"."InvoiceCreatedDate" between '2005-01-01 00:00:00.000' and GetDate()

    i keep getting an error though and my cube isnt processed. anyone see whats wrong?

    i not sure if  it makes any difference but in the InvoiceCreatedDate column, there are

    not all date entries, there are some nulls, could this cause the problems?

     

    im not in anyway an expert on analysis services. i just am using a system i inherited from a previous employee in my place of work

  • use a view as your source table and put the filter in the where clause.

     

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply