I have an SSAS 2012 cube and I need create an excel addin for get data from cube and show it in a pivot table.
What code I need for create pivot table with connection to olap cube.
I have an SSAS 2012 cube and I need create an excel addin for get data from cube and show it in a pivot table.
What code I need for create pivot table with connection to olap cube.
There are several tools and APIs to connect from C# to an OLAP cube. Here are some examples, I personally used OLE DB for OLAP which was useful for connecting to the cube and querying with MDX; I built up the queries based on the options chosen by the users from the form.