Tagged Questions
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 ...
2
votes
2answers
47 views
Filtering row labels in pivot table using vba
I have searched a lot of forums but still haven't found the answer for this:
I am trying to filter my row label which varies from 1 to 10, in order to only show me 5 and 10.
I wrote the following ...
0
votes
1answer
22 views
How to import data from a worksheet to the powerpivot from the same workbook
I wants to import data from a worksheet in a workbook "\foo.xlsx" to powerpivot in the same workbook "\foo.xlsx".
when i try to give the connection to the same workbook its gives the error:
The ...
0
votes
0answers
41 views
Restrict the data in powerpivot for excel 2010 based on the user who is using excel file
I wanted to create a powerpivot report. In which i wanted to show only the data the user authorized to view based on his windows credentials.
For example consider the following table
ID Code ...
0
votes
2answers
206 views
Refresh Power Pivot Window
How to automatically Refresh Power Pivot Window when i open excel file , without going the Power Pivot Window option in power pivot tab?
0
votes
1answer
229 views
How to get to PowerPivot data within VBA?
I have my data imported to PowerPivot (based on sql query) table in my workbook. I need to copy this data to the worksheet to do some modifications. How to accomplish it with VBA?
0
votes
1answer
711 views
How to Print a Chart in Excel 2010 for every value of a Slicer?
Before I give a description of the problem, here is the list of technologies I am using - Excel 2010, PowerPivot Add-in, Win 7, Macros - VBA
I have created charts using multiple data sources (via ...
1
vote
1answer
903 views
Microsoft Excel Power Pivot - how to add data to an existing power pivot table
I'm looking for a way to load more recent data as date x in
Power Pivot and link/add them to an existing table.
Background:
The user downloads data from a datafeed and saves them in Excel Power ...