Click here to Skip to main content
15,886,963 members
Everything / OLAP

OLAP

OLAP

Great Reads

by SERokon
OLAP cube performance optimization technique
by Mubin M. Shaikh
Create Named Query in Data Source View While Designing OLAP Cube in SSAS
by Carlos Conceição
NSimpleOlap is embeddable .Net OLAP library for use in console, desktop, or other types of applications.
by Fedor Dzjuba
Sometimes, we need to present MDX result on the web or a client application that has no native provider to Microsoft Analysis Service. Solution is to use Adodm.Client CellSet, serialize it into sensible JSON and spit it out to the client to render.

Latest Articles

by Carlos Conceição
Current features of NSimpleOlap library
by Carlos Conceição
NSimpleOlap is embeddable .Net OLAP library for use in console, desktop, or other types of applications.
by Fedor Dzjuba
Sometimes, we need to present MDX result on the web or a client application that has no native provider to Microsoft Analysis Service. Solution is to use Adodm.Client CellSet, serialize it into sensible JSON and spit it out to the client to render.
by IChechin
How to implement free OLAP cube in your project

All Articles

Sort by Score

OLAP 

25 Sep 2014 by SERokon
OLAP cube performance optimization technique
29 Sep 2013 by Mubin M. Shaikh
Create Named Query in Data Source View While Designing OLAP Cube in SSAS
22 Apr 2021 by Carlos Conceição
NSimpleOlap is embeddable .Net OLAP library for use in console, desktop, or other types of applications.
9 Apr 2011 by Wendelius
This depends on what you're going to do in the end. SSRS (Reporting Services) can be used to report from analysis services so that's one possibility. Also using ADOMD.NET[^] could be reasonable if you want to utilize more advanced techniques.And if connecting using ADOMD, don't forget...
1 Dec 2019 by Fedor Dzjuba
Sometimes, we need to present MDX result on the web or a client application that has no native provider to Microsoft Analysis Service. Solution is to use Adodm.Client CellSet, serialize it into sensible JSON and spit it out to the client to render.
26 Sep 2013 by Maciej Los
I would suggest you to read these:Understanding Microsoft OLAP Architecture[^]About OLAP source data in PivotTable and PivotChart reports[^]How to tune OLAP Cube performance? - Case fetching data with SQL query from DB is faster[^]How to perform a SQL Server distributed query with OLAP...
9 Jan 2018 by JIANG Buxing
To speed up OLAP analysis, there are 4 ways available for use.
20 Jun 2019 by IChechin
How to implement free OLAP cube in your project
9 Apr 2011 by Member 7826959
hello all,I am creating a Silverlight application with Visual Studio 2010, and I intend to add a business intelligence module that analyzes data in OLAP cubes.SQL Server BI Developer Studio which is included in SQL Server 2005 allowed me to create cubes and deploy it, but I do not know how...
17 Apr 2011 by kroxa
see also pivotgrid for SSAS on codeplex/[^]
27 Mar 2012 by Anoop Ananthan
Hello Everyone,I need to create a report from SAP Crystal Report XI using Oracle 11, Cube.I have already created cubes in Oracle Database. I could not find a way to access this cubes using Crystal Reports. When I try to create a report using OLAP Cube ReportWizard, I get an option to...
22 Nov 2012 by Stephen Hewison
Hi,I've currently got an issue where I have a website which is running as a specific user. I'm not able to run the website using impersonation.I have a SQL analysis service database which returns different data depending on the connected user.How can I override the windows user...
22 Nov 2012 by Stephen Hewison
Well I beat all you experts to an answer. The following is the class I constructed. This class changes the current windows identity for the duration of the classes life span. Disposal and deconstruction is used to revert to the previous user.A usage example will follow...
26 Sep 2013 by Harendra.jadon
Please tell me how to fetch data from OLAP by any means in .NET using anything. In Asp.net, c#, webservice, wcf anything.
9 May 2014 by Olylesia
I have simple JavaScript component that can read data from OLAP cube via XMLA using msmdpump.dll. How I can communicate with offline cubes, discover data structure or execute MDX queries? Do I need some special libraries or settings?
18 Dec 2014 by Raghuveer Kasyap
Hi,I am unable to export the OlapClient Chart & Grid to Excel.Please help me ASAP.Below is the exception details.Specified Argument was out of valid values.Parameter name : firstCol and lastCol.Thanks,Raghuveer
18 Dec 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Quote:Specified Argument was out of valid values. Parameter name : firstCol and lastCol.Seems like the values present in those columns are going beyond the valid range. Please dig more into the code and find out.You can also put a question in the SyncFusion forums.
30 Mar 2016 by Member-515487
Unable do OLAP connectivity using (OleDbConnection connection = new OleDbConnection("Provider=MSOLAP.3;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Adventure Works DW 2008R2;Data Source=http://demos.telerik.com/olap/msmdpump.dll")) { ...
5 May 2021 by Carlos Conceição
Current features of NSimpleOlap library
2 Sep 2011 by MESCIUS
A video that demonstrates OLAP for LightSwitch
30 Sep 2013 by Mubin M. Shaikh
Create Virtual Column Using Named Calculation in SQL Server Analysis Services
21 Jul 2014 by Mubin M. Shaikh
Learn creation of OLAP Cube in SSAS (SQL Server Analysis Services) using Microsoft BIDS (Business Intelligence Development Studio) Environment and Data Warehouse
13 Feb 2012 by jigarpandya
Dear all, i am doing ME from gujarat in Computer engineering.i am doing one project on data mining cube .my definition is "apply association rule on multidimensional data mining cube " . I am totally new to this field so if you can please help me in my...
31 May 2014 by rehank99
Hi Mubin,I need help. Is it possible if can create multiple hierachi in the one or two table within one dimension. We have entity table where we have entity and parent entity. wentityid is unique key in the table and related is based on wparentid in the same table. We have multiple...
24 Feb 2015 by Member 11333067
I want to cross SEVERAL cubes, so I thought if I can switch olap to a relational database to make better use of the data ??
3 Sep 2015 by Member 10976343
In c# Excel Add-In I want to find out the true background color (CELL PROPERTIES BACK_COLOR) of the values from MDX query. Not the color of the cell from Pivot tables, which can be changed manually.