0
votes
1answer
20 views

Keeping filters in a pivot table in absence of data

Imagine I have a quality control in a factory retrieving the state of each product StateId 1 - Good 2 - Acceptable 3 - Subproduct 4 - waste My table 'StateIdHistory' gives me the state of each ...
0
votes
0answers
60 views

Is it Possible to create Power Pivot Table Programmatically C#

Is it Possible to create Power Pivot Table Programmatic-ally C#. (or) We Can Update the Already created Excel's Power Pivot window Programmatic-ally C#? Any Idea
1
vote
2answers
134 views

Display field in slicer in powerpivot

I have a slicer which has value 'A' and 'B'. can I change it in a way that, wherever it is 'A', should display 'Apple' and 'B' should display 'Banana' without doing any changes in my database tables.
0
votes
1answer
363 views

Calculating a Ratio using Column A & Column B - in Powerpivot/MDX/DAX, not in SQL

I have a query to pull clickthrough for a funnel, where if a user hit a page it records as "1", else NULL -- SELECT datestamp ,COUNT(visits) as Visits ,count([QE001]) as firstcount ...
0
votes
2answers
257 views

Publish interactive Office 2010 PivotChart to web, without Sharepoint?

Does anyone knows a way to publish my PivotTables and PivotCharts made in Excel, Access, or PowerPivot 2010 to a web page and maintain the interactivity? I know this was possible in Excel 2003, but ...
1
vote
2answers
2k views

Custom Formula for Grand Total column

I have a frequent problem where the formula I want to use in the Values area in my Pivot-Table is different than the formula I want to use for the Grand Total column of that row. I typically want to ...
0
votes
1answer
176 views

Excel: Is there a formula to reference a row of pivot table?

I've been working with Excel for many years and I have never come up with a solution to this problem. I have a pivot table which is performing all of my basic summaries. The data is divided into ...
0
votes
1answer
831 views

getting powerpivot to setup a lookup table for month names

I have a MySQL DB and I fetch data from there via PowerPivot into a table. Then I created a PivotTable from this table data. Now the column month holds the month of the record as an index from 1 ...