Forum Discussion

bosleyjarrett's avatar
bosleyjarrett
Frequent Visitor
8 years ago

Limiting date range import from SSAS Cube

Hello, 

 

I am running into an issue when attempting to import dates from our SSAS cubes. In order to create the report that I want, we have to use fields that have a large number of distinct values (in many cases over 100,000) by date. The default import for the SSAS connection is to pull all the dates available in the cube (early 2012) so as you can imagine, we end up with some queries that are many millions of rows and take forever to load. 

 

Any guidance here? I'd ideally like to be able to pull in some hourly data that we house in the database but the number of rows that we'd be looking at there ends up being too much for the software to handle and the query times out. can I limit the import before it pulls in?

 

Thanks

6 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    Are these tabular or multi-dimensional cubes? Are you importing or live query? If importing, check out the Advanced drop-down when you are connecting to the cube and you can paste in MDX query, etc.

    • bosleyjarrett's avatar
      bosleyjarrett
      Frequent Visitor

      These are multi-dimentional cubes and we are importing rather than live querying.

      • bosleyjarrett's avatar
        bosleyjarrett
        Frequent Visitor

        Do I have to use a different MDX syntax than what I would use in an excel instance of SSAS? We have multiple cubes on this server and it seems like it does not know where to execute the query.