Questions tagged [powerpivot]

An in-memory OLAP cube that can for instance be installed and used in Excel. It allows for fast analysis of huge datasets.

PowerPivot is part of the Microsoft Business Intelligence suite and uses SQL Server in the background, but it is geared towards the data-savvy business oriented person. It allows you to easily load data from different sources, put them in a relational database-like format and create relationships between the tables.

When all data is loaded, an OLAP store is created in the background and you can do real time analysis by selecting and filtering to your heart's content.

Also included is a powerful query language called DAX (Data Analysis eXpressions) which use an Excel style syntax to allow the user to perform complex calculations.

Power-Pivot datasets can also be served as part of SharePoint and Microsoft has even put at least one all-in hardware appliance on the market in collaboration with hardware vendors.

The following links provide useful reference information:

Further interesting PowerPivot articles can be found here:

1828 questions
77
votes
6 answers

Difference between PowerPivot, PowerQuery and PowerBI

What is the difference between powerpivot, powerquery and powerbi? What are the use cases for each tool? What are the limitations? What requirements must be met to use the tool?
xorpower
  • 17,975
  • 51
  • 129
  • 180
65
votes
3 answers

be careful parts of your document may include personal information that cannot be removed by the Document Inspector

I use Excel 2013 and Power View and SQL Server 2008 R2. After create my Data Source and my chart in Excel When I want save my Excel file I get this message be careful parts of your document may include personal information that cannot be removed by…
Ardalan Shahgholi
  • 11,967
  • 21
  • 108
  • 144
17
votes
3 answers

Extracting raw data from a PowerPivot model using Python

What seemed like a trivial task turned into a real nightmare when I had to read in some data from a PowerPivot model using Python. I believe I've researched this very well over the last couple of days but now I hit a brick wall and would appreciate…
akavalar
  • 491
  • 1
  • 6
  • 14
14
votes
2 answers

Typing in password for every connected table from SQL Server 2008 R2 in Excel 2010 Powerpivot Addin

I've got a BI Dashboard in Excel 2010 using Powerpivot, which is connected to a number queried tables on one SQL Server. When the connections were setup, I checked the box to 'save password' on each one. However, whenever my users reopen the…
Oliver Lockett
  • 474
  • 3
  • 22
13
votes
4 answers

Microsoft business intelligence platform vs QlikView

I have no experience at all with QlikView, but I have read great reviews about it. According to Gartner Research Report 2012, QlikView is in the top quadrant together with Microsoft, Oracle, SAP and IBM (leaders and visionaries). I am interested in…
AlejandroR
  • 5,133
  • 4
  • 35
  • 45
10
votes
3 answers

DAX - Last Value

I have this table I would like to create measurement get the last traded value for each day. E.g. How the DAX query should look like?
user4815740
  • 311
  • 2
  • 8
  • 17
10
votes
3 answers

Power Pivot Table - Looping through Fields in Report Filters

Disclaimer: This question was posted in msdn forum but since I didn't get any reply (surprisingly), I am cross posting it here as well. You might want to check that link before you try to attempt this question. I wouldn't want you to waste your time…
Siddharth Rout
  • 147,039
  • 17
  • 206
  • 250
8
votes
3 answers

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?
WOPR
  • 5,313
  • 6
  • 47
  • 63
8
votes
3 answers

"XML parsing failed at line xxx, column 36: illegal xml character" when importing to Power Pivot from SSRS report

Excel 2016 (16.0.6965.2076) SQL Server 2014 (12.0.4213.0) I have an SSRS report with 10 parameters - two are dates and the other 8 are text dropdowns using a query to populate the options. If I try to fetch this report into a Power Pivot Data Model…
3N1GM4
  • 3,372
  • 3
  • 19
  • 40
7
votes
3 answers

How do you copy the powerpivot data into the excel workbook as a table?

I have data in powerpivot that I've modified and I'd like to place it into the workbook as a regular table (and not as a pivottable). I need this so that I can run use the table for some vlookups from another worksheet in the same workbook.
Alex
  • 909
  • 2
  • 11
  • 25
7
votes
2 answers

Calculating Percent of Total in Power Pivot Model

I have created a power pivot table as shown in the picture. I want to calculate quarter over quarter sales change. For which I have to divide for example corporate family "Acer" 's sales in 2012Q4 by sum of all the corporate family. I am using…
SAM244776
  • 1,375
  • 6
  • 18
  • 26
6
votes
5 answers

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. Is there some setting where I can hide them…
DavidStein
  • 3,149
  • 18
  • 41
  • 62
6
votes
2 answers

Share and protect online an Excel document (using Powerpivot), without Sharepoint & Power BI?

One of my client has made this incredible (and really huge) Excel document with many data sources, sheets, Powerpivot tables, graphs, etc... Awesome work. He want to share it with authorized people but protect his valuable content (aka data sources…
fro_oo
  • 1,610
  • 4
  • 24
  • 46
6
votes
2 answers

How to force powerpivot relationship to be one-to-one?

Actually, I would be satisfied just getting to pick the direction of the one-to-many. I have one table, the result of a SQL query that I want to use as a lookup table. It is unique in its key column, but I don't know how to tell Powerpivot that. I…
Michael Berry
  • 283
  • 1
  • 2
  • 10
6
votes
1 answer

PowerPivot DAX - Dynamic Ranking Per Group (Min Per Group)

I am searching for a method to utilize within Microsoft PowerPivot 2010 that will allow me to perform dynamic ranking that will automatically update the associated rank value based on filters and slicer values that are applied. Thusfar, all examples…
user1159554
  • 151
  • 2
  • 3
  • 9
1
2 3
99 100