Questions tagged [olap]

Online Analytical Processing (OLAP) is a category of software tools that provides analysis of data stored in a database, optimized for querying and reporting. OLAP tools enable users to analyze different dimensions of multidimensional data stored for rapid access. For example, it provides time series and trend analysis views.

Online analytical processing (OLAP) is an approach to swiftly answer multi-dimensional analytical (MDA) queries. OLAP is part of the broader category of business intelligence, which also encompasses relational reporting and data mining.

The term OLAP was created as a slight modification of the traditional database term OLTP (Online Transaction Processing). OLAP is a technology that is optimized for querying and reporting, instead of transaction processing. The source data for OLAP is Online Transactional Processing (OLTP) databases that are commonly stored in data warehouses. OLAP data is derived from this historical data, and aggregated into structures that permit sophisticated analysis.

OLAP technologies are used for organizing large business databases and support business intelligence. The OLAP databases are divided into one or more cubes designed the way data is retrieved and analyzed.

Business Intelligence and OLAP

Business Intelligence(BI) helps the business to see the big picture based on the aggregated data, broken down on by any number of variables. Business Intelligence extracts data from OLAP and then analyze it. In this way the business can answer questions like "How do the total sales of all products for 2007 compare with the total sales from 2006?".

References:

1686 questions
0
votes
1 answer

SSAS Performance: Multiple measures+no Dim vs one measure+DimType

I am building a finance cube and trying to understand the best practice while designing my main fact table. What do you think will be a better solution: Have one column in the fact (amount) and have an additional field which will indicate the type…
OrenHenig
  • 80
  • 3
  • 9
0
votes
2 answers

Hide a row in Excel OLAP pivot table

I have an Excel sheet which connects to a cube. The information is presented in a pivot table. The problem is that I need to hide one member of the dimension on the rows axis. That is I have the following table. a value1 b value2 c value3 total I…
0
votes
1 answer

Can't get data from Essbase

I'm new at OLAP services. I want to get data from Essbase using olap4j. I'm sending this request: SELECT {[Year].[Jan]} on COLUMNS from [Demo.Basic] and get an error that database Basic does not exist: XMLA provider gave exception:…
vdj TAB
  • 31
  • 7
0
votes
1 answer

Error while altering ssas cube with alter xmla

Getting following error when trying to alter cube : Message: OLE DB error: OLE DB or ODBC error: Unspecified error. Message: OLE DB error: OLE DB or ODBC error: Communication link failure; 08S01; TCP Provider: An existing connection was forcibly…
amr.kul
  • 37
  • 5
0
votes
1 answer

Modelling a cube in SSAS

I'm new to designing cubes with SSAS. In my simple cube, I have one fact table with 3 dimension tables, as below. The fact table (table1) contains a list of client IDs and other columns linking to the 3 dimensions. This all works…
Hologram
  • 1
  • 2
0
votes
0 answers

SSAS average calculation for parent / child

Having issues getting the average for Parent TotalAverage (getting SUM instead) in SSAS Should be 100 in TotalAverage but is the sum 300. Any suggestions?? I have this already as a calculation: Avg(Descendants([Product…
AceAlfred
  • 1,111
  • 3
  • 21
  • 35
0
votes
1 answer

Make top 5 OLAP filter stay in excel pivotchart

I want to show the top 5 customers by revenue along with the top 5 regions by revenue in one workbook. I want a filter for customers and regions, so I can multi-select which customers / regions will be displayed. I can choose to only displays the…
TvdH
  • 1,088
  • 14
  • 29
0
votes
0 answers

Multi-Dimensional Data Results Using Oracle SQL

I would like to know if I can write an sql query that can generate multi-dimensional result set as shown below. I am sure this can be done using OLAP, but i have no practical knowledge on OLAP. I wrote my query as follows: select sfrstcr_term_code…
Avinesh Kumar
  • 1,389
  • 2
  • 17
  • 26
0
votes
1 answer

Connecting to Analysis service server using python

I am trying to run MDX queries on OLAP by configuring HTTP access to Analysis Services through IIS. I used olap.xmla python library and it worked fine as long as I was using Anonymous authentication. The moment I used switched to Windows…
0
votes
1 answer

MDX - Sum only selected dimension members?

I'm quite new to MDX and I'm having a bit of an issue with the aggregation of one of my measures. In my DSV I have an "Events" table. We track the agents that run these events, and since multiple agents can be involved in running a single event, I…
SeeBeeOss
  • 79
  • 11
0
votes
1 answer

Syntax for OLAP calculated measure based on a dimension

Ok, so first off I apologize if this has been answered, but I've searched and after a few hours have given up. Also, I'm not a developer but rather a curious analyst who's trying to learn. That said, the short of what I'm trying to do is factor in…
Walker
  • 73
  • 8
0
votes
1 answer

Excluding facts having unrelated dimensions

In my Analysis Service OLAP Cube I would like to exclude facts having unrelated dimensions, which during processing produce errors. I would also like to avoid making Named Queries in Data Source View (with specific WHERE conditions). Is there any…
Anne
  • 407
  • 2
  • 7
  • 14
0
votes
1 answer

How to decode OLAP Query?

I am totally fresher to OLAP server. i have a OLAP query that is working fine, i just want to know, which tables are linked to send the result and how(i mean with which joins). Here is query. WITH MEMBER [Measures].[ThisYearMonthToDate] AS…
Ram
  • 1,131
  • 10
  • 28
  • 52
0
votes
1 answer

Processing mdx cube in pentaho

I'm using pentaho BI server(biserver-ce-5.0.1-stable) version. once i create the data source for reporting and analyse purpose(OLAP cube) it's working fine using at that time Data but i need to know how to process it according to time period(need to…
Sindu_
  • 1,347
  • 8
  • 27
  • 67
0
votes
1 answer

Multidimensional analysis in Hive/Impala

I have a denormalized table say Sales that looks like: SalesKey, SalesOfParts, SalesOfEquipments, CostOfSales as some numeric measures Industry, Country, State, Sales area, Equipment id, customer id, year of sale, month of sale and some more…
Dhruv Kapur
  • 726
  • 1
  • 8
  • 24