limiting the amount of data getting into my cube

  • I have a cube. It has a time dimension “year”. My cube is pulling in over 6  years worth of data and this is killing the reporting apps. How do I limit the amount of data that my cube is getting? Wana limit it to just data from a year ago. im using sql server 2000 and analysis services 2000

  • Hi,

    if you want to restrict dimension values then in properties advanced set sourcetablefilter.

    to restrict the data from fact table edit partition click on next until you reach the last screen, you will find advanced where you can put filter on table that refers to year.

    hope this helps

    regards

    chethan

  • yes, that was quite helpful. in the source table filter text box, does it require MDX or SQL? there's no button to bring up an MDX builder or anything

     

     

    Thanks

  • hi

    you can write a filter like this,

    "TableName"."ColumnName"=2005.

    its just like a condition in the where clause of SQL

    hope this helps

    regards

    chethan

Viewing 4 posts - 1 through 3 (of 3 total)

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