.net - How to get "raw" facts data from Analysis Services -


We have developed a custom engine for processing large amounts of data in the process. And now we need to integrate SSAS with our system. It is very easy to get meta information and property data of the dimension, but how can I get data without SSAS to calculate the data, i.e. only stored data on the cards? Aggregates and calculations we do ourselves.

Selecting data from the SQL database is not a solution because the cube can be attached, filtered when loaded. Clearing of data etc.

Example:

Let's say we have product dimensions:

  • Products. All Products + Products Bread ++ product. Charg + product. Book

and fact tables - sales:

  | Products | Volume | Bread 1 | | Chair | 3 |  

I just want to get real data from the cube, not one consolidated:

  | Products | Volume | | All | 4 | | Book | 0 | Bread 1 | | Chair | 3 | Try drillthrough in SSAS  

It can display fact-grain data, and is available in Excel as a default task when you double-click on a cell. You can customize the result set, as long as all the ideas / dimensions come from the relevant facts table:

You will also find useful:


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -