Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
125 views

Connecting to PowerPivot with C#

Is it possible to connect to a PowerPivot model in an Excel .xlsx file? (Not hosted on a SharePoint site... just the local file). It must be, since Tableau can do it. Anyone have any clues?
3
votes
4answers
2k views

Accessing MySQL DB into Excel 2010 powerpivot

I have a MySQL DB on hostmonster.com and I am trying import data in excel powerpivot, but having hard time connecting to it. Does anyone know if Excel powerpivot can even connect to MySQL? Error I ...
3
votes
4answers
553 views

Analysis Services with excel as front end - is it possible to get the nicer UI that powerpivot provides

I have been looking into PowerPivot and concluded that for "self service BI" and ahoc buidling of cubes it has its uses. In particular I like the enhanced UI that you get from using PowerPivot rather ...
2
votes
1answer
207 views

PowerPivot - How to Filter Dimension to Get Value

I am working on a PowerPivot report that has the following tables/relationships: FactTable: SponsorId OfficeId Type Color Quantity DimSponsor: SponsorId SponsorName ProjectName DimOffice: ...
2
votes
1answer
261 views

When will PowerPivot support automatic relationships in OData?

I've read that PowerPivot doesn't support the automatic creation of entity relationships when consuming OData feeds. Can anyone confirm this and is anyone aware of the PowerPivot OData roadmap? Is ...
2
votes
2answers
462 views

Any way to hide Slicer Values in Excel 2010

I know that Excel 2010 Slicers will visually indicate when there is no data associated with a particular slicer selection. For example, they are faded in color for 2010 if you have no values in 2010. ...
1
vote
1answer
85 views

Script to check for PowerPivot and prompt user to install

Has anyone seen a script for checking a user's add-ins for PowerPivot and giving the user the dialog to install?
1
vote
0answers
76 views

WCF Data Services Many-To-Many relationship

I have a database with tables for users and roles. The relationship between them is many-to-many and I have a junction table UserRole. I use Entity Framework to map this to my object model using this ...
1
vote
0answers
68 views

Any sample on how to expose a olap cube as oData so it can be used using powerpivot?

I'm looking for a sample on how to expose an olap cube as an odata feed so it can be consumed by powerpivot. I do not want to provide direct access to the cube.
1
vote
0answers
62 views

SharePoint PowerPivot is not refreshing

PowerPivot Gallary is not refreshing. I have tried to update the name/title, however I got nothing from it. Is there a service that should be running that is not? I just see an X Bill. Update, i ...
1
vote
0answers
521 views

Large datasets published with OData WCF Data Services and Excel PowerPivot

I want to publish an SQL Server database, for testing purposes AdventureWorksDW, the data warehouse sample database that provides Microsoft. I created a new "WCF Data Service" project in VS and ...
1
vote
1answer
261 views

Real-time Reporting via Web Services (PowerPivot Futures)

I apologize in advance as this question is quite vague. About a month ago, I stumbled across a blog post featuring some information about a project within Microsoft Research relating to the ...
1
vote
2answers
170 views

PowerPivot Multiple OData Services Related

I'm playing around with OData with PowerPivot and I would like to know can I relate multiple OData services together? I don't want to have one huge OData service as I want to roll this out for all of ...
1
vote
1answer
343 views

Writing a Secure WCF Data Service for Excel PowerPivot

I'm having some trouble writing a secure WCF data service to be consumed by PowerPivot. The service works fine, and I can consume the data in PowerPivot without trouble. My issue is that when I enter ...
1
vote
0answers
480 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 ...
1
vote
1answer
665 views

Combining multiple datasets in PowerPivot

Essentially what I want to do is to create an interactive dashboard using slicers in Excel 2010 PowerPivot. I have 3 different data sets from a sql database which share "dimensions." Incoming ...
0
votes
0answers
23 views

Refreshing powerpivot data automatically

I wanted to know if there are any ways in which we can create an option of scheduling an automatic refresh for the power pivot data when ever there is change of data at the server side without using ...
0
votes
1answer
48 views

MDX -> Query works in CubeBrowser not PowerPivot -> “unable to cast object of type 'system.dbnull' to type 'system.string'”

Pasting query into powerpivot produces the following error but works in CubeBrowser. : "unable to cast object of type 'system.dbnull' to type 'system.string'" Here is my query. SELECT NON EMPTY { ...
0
votes
0answers
57 views

Excel reports to point to PowerPivot of other workbook instead of the embedded one

Right now each report in my excel workbook has been made using CUBEVALUE function which uses 'PowerPivot Data' as the connection. PowerPivot Data connection points to the embedded powerpivot. I want ...
0
votes
0answers
84 views

How can I associate a PowerPivot Slicer with multiple PivotTables from differing underlying MDX queries?

I have a powerpivot excel sheet with several queries that have data loaded from different cubes imported using MDX queries. There are also several PivotTables, each based on a different MDX query. ...
0
votes
0answers
124 views

MySQL ODBC Import Fail

I am importing data from MySQL to PowerPivot. I have all of the relevant drivers. When I try to import to PowerPivot I get the following errors: When I select from a list of tables: Failed to ...
0
votes
0answers
43 views

Powerpivot can't open a wcf data service in excel

I have a problem loading directly from the web as a link in a webpage, the following url: But i can use the link, when the url does not have the /entityname. Aparently when loading the feed ...
0
votes
0answers
57 views

Creating Standard Data Import Utility For Our Customers on our Odata service

We currently have both an iPad and soon to be a silverlight application that both connect to an sql server database using the Odata protocol. I customers often require to import data into our system ...
0
votes
0answers
150 views

Powerpivot sql query fails - Unable to convert a value to the data type requested for table column

I'm trying to execute a sql query through powerpivot and I get the following error "Unable to convert a value to the data type requested for table (massive hex string) column (name)" SELECT [name], ...
0
votes
1answer
185 views

Power Pivot in C# & Columnar Database

I want to use Power Pivot for one of my Presentation Engine Applicaiton for Transactional Data. Following are the questions for which I am looking for an answer. What is PowerPivot? Can I use power ...
0
votes
2answers
254 views

Changing connection data in PowerPivot file

So I've run into an interesting problem. I need to specify a custom WHERE clause in a PowerPivot query. I must change it based on external conditions. I would like to edit the file and save a copy. ...
0
votes
1answer
358 views

Get OData or Atom Service feed for SSRS 2008 R2 Shared Dataset

Is there anyway to get a shared dataset to simply dump it's contents in an Atom or OData feed that can then be consumed somewhere else? In our scenario we want to build just the datasets and let ...
0
votes
1answer
355 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 ...
0
votes
1answer
151 views

How to calculate number of rows in a 1-to-many relationship in PowerPivot

I'm trying to do what I thought was a relatively simple calculation between 2 tables I have in the new PowerPivot add-on for Excel 2010. My 2 tables loaded at setup as follows: Table 1: FooID, ...