0
votes
0answers
82 views

Date Filters and Group options do not appear

I am quite a new user, working on a pivot table with SQL Server Analysis Services on Windows Server 2003. I am unable to filter my reports by date despite having Googled many websites for advice. A ...
0
votes
1answer
25 views

Current Session is no longer valid due to structural changes

We have a spreadsheet connected to a cube that is refreshed every two hours like this: Refresh data in the data warehouse Perform a "Process Full" on one of the many partitions in a duplicate of the ...
0
votes
0answers
88 views

Calculated Field in Cube not showing right result in Pivot table in Excel

I have a Calculated Field in a SSAS Cube which is basically using two field to give a calculate value. I figures out that these two fields are coming from the same view (from a SQL-Table). The ...
0
votes
0answers
106 views

Formula button disabled on excel pivot table options

I am working with pivot tables using data connection from SSAS published cube. I am having problem with calculated values because when the pivot table displays the data, the Formula button on the ...
0
votes
1answer
5k views

Using single slicer to control two pivot tables with different data source in Excel

I have a problem with slicer in Excel file. In my Excel file I have two worksheets. In the first one, there is a pivot table taking data from OLAP cube and in the second I have a pivot table taking ...
0
votes
2answers
165 views

PivotTable Field List Error - Current session is no longer valid due to structural changes in the database

I have an Analysis Services database. The cube Storage Mode is MOLAP and Proactive Caching is set to Off. All dimensions, measures and partitions have MOLAP set as Storage Mode and Proactive Caching ...
0
votes
1answer
136 views

Time dimension name for more than one date field

I have a time dimension (named Time), server dimension type, which is related (in the DIMENSION USAGE) with the field TransactionDate of fact table. That dimension is named Time (Transaction Date) on ...
0
votes
1answer
1k views

Moving date period filter in Excel 2010 pivot-table

Is it possible to set some kind of filter for a moving date period? For example one of the DB views I'm trying to replicate in my pivot-table has this filter : DATEDIFF(day, dateColumn, GETDATE()) ...
1
vote
0answers
476 views

Connecting to SSAS from outside of domain

I'm trying to connect to SSAS from outisde the domain in Excel 2010. When I go through, it lists the cubes etc, but when you finally go to add the pivot table on the sheet, you get the error: An ...
0
votes
2answers
973 views

Generate Pivot Tables via MDX

The goal is to link Excel cells to SQL Analysis Server 2008. Users dont want to use Excel Pivot Table's to connect to the cube as they need to do calculations on the data. This causes heaps of ...
0
votes
2answers
950 views

Find a olap web-interface like Excel (chart and grid)

My company is looking for libraries which can do the same things as Excel with dynamic pivot tables (ODC files for example). We have Windows 2008 R2 Server, SQL Server 2008 R2, and MS Analysis ...
0
votes
1answer
1k views

Can't filter on a Date dimension in an Excel PivotTable based on a SSAS 2008 R2 source

I have a spreadsheet which sources data for a pivot table from a SSAS 2008 R2 cube, and contains a date dimension from that cube in the 'Row Labels' section of the pivottable. I want to filter this ...
0
votes
1answer
1k views

How do I sort an Excel 2010 pivot table based on a subset of the data it contains?

I have an Excel 2010 pivot table that has categories and a count measure as the data. Those categories then have a date dimension nested underneath, filtered to show only the last two months. When I ...
0
votes
2answers
835 views

How can I display the MDX generated by Excel 2007 when using a pivot table?

Pretty much what the title says. Is it possible to show the MDX that is sent to OLAP source when using a pivot table in Excel 2007?
1
vote
1answer
5k views

How to troubleshoot drillthrough error in Excel 2007 -> SSAS 2008

I've created a cube in SSAS 2008, and have it deployed to my local server. I can connect to the cube via Excel 2007, and the pivot table and pivot chart work perfectly. When I try to drillthrough on a ...
0
votes
3answers
3k views

Excel Pivot Table Row Labels Not Refreshing

To all, I have an Excel spreadsheet pivot table that is linked to an SSAS data source. The employee counts are aggregated and return the following values: Row Label Count North America 7 ...
0
votes
1answer
735 views

Cannot display measure variance in Excel pivot table

I'm trying to display the difference in a measure from one day to the next in Excel (2007) by setting the value field setting to 'Difference From' with Base field = day and Base item = previous. If my ...