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
3
votes
6 answers

Exporting data from PowerPivot

I have an enormous PowerPivot table (839,726 rows), and it is simply too big to copy-paste into a regular spread sheet. I have tried copying it and then reading it directly into R using the line data = read.table("clipboard", header = T), but…
Moderat
  • 1,462
  • 4
  • 17
  • 21
3
votes
1 answer

How do I get Excel to use Formatted_value in SSAS cube

TL;DR: What (Where) do I need to make changes in order to instruct Excel to use the format string to format the values pulled from the cube? I have a SSAS cube that adds some calculated measures onto an existing user-defined function. On top of…
Gilbrilthor
  • 432
  • 4
  • 14
3
votes
1 answer

What's the difference between Tabular and Power Pivot Mode on SQL Server 2014?

Previously, we ran SQL Server Analysis Services in Tabular Mode (instead of Multidimensional mode) so that we could import Power Pivot Excel Workbooks and serve them. Installing SQL Server 2014, I see a new option for Power Pivot Mode. How does this…
daddev
  • 31
  • 3
3
votes
1 answer

Excel PowerPivot DAX Calculated Field

I think I've got a relatively easy problem here on my hands, just having trouble getting it to work. Let me preface this by saying I'm new to DAX. Consider the following PowerPivot Data Model : It consists of a Sales Records table, which is joined…
Zam
  • 115
  • 1
  • 4
  • 13
3
votes
2 answers

PowerView in Excel 2010

Can anybody tell me any difference in PowerView in Excel 2010 and PowerView in Excel 2013? I have already tried looking for differences but couldn't find the information i need.
Jessica Mallick
  • 63
  • 1
  • 1
  • 6
3
votes
2 answers

Programatically editing an Excel 2013 Powerpivot Datafeed Connection

I have an excel 2013 powerpivot document... that connects to a wcfdataservice that i host... data connectivity works fine, all data is brought back and populated into my powerpivot charts/tables succesfully. The data is hosted at Data Feed URL that…
3
votes
1 answer

Get Data From Last 48 Hours

I'm using PowerPivot with an SQL Server database and I'm working with a specific table that includes a DateTime column. I'd like to select the data from the table where that DateTime is within the last 48 hours. I'm using a query currently and…
muttley91
  • 12,278
  • 33
  • 106
  • 160
3
votes
0 answers

Create a chart of a specific columns in a pivot table

I have data in excel and i need show in a pivot table some data with filters of the user, The problem is that i need show 5 columns: month Users revenue messages Arpu And i add in my pivot table the 5 columns in my Axis fields i…
user2768380
  • 151
  • 1
  • 5
  • 21
3
votes
1 answer

Measure as date variable when calculating time periods in Powerpivot

My situation is as following: This is a Powerpivot solution developed in Excel 2013 (32-bit). I got a transaction table containing transactions with an amount, a category and a posting date. What I would like to to is to present a number of…
Adam
  • 113
  • 1
  • 10
3
votes
0 answers

How do I filter an Excel pivot table based on the combination of two OLAP dimensions?

I've been tasked with building some ad-hoc reports in Excel that are sourced from an SSAS OLAP cube. I don't have the ability to alter the design of the cube's dimensions currently. I've been receiving repeated requests to filter results based upon…
Steve
  • 41
  • 4
3
votes
3 answers

Excel 2013 : multiple pivot tables on one sheet (BELOW) each other

I need to create dashboard with multiple pivot table in the same excel sheet one below the other. The problem is that When the Pivot Table refreshes it may be longer (more rows) so it gives a warning that the rows below what it needs will be…
Tlachtga
  • 149
  • 1
  • 1
  • 8
3
votes
1 answer

Is there a way to compare multiple columns in PowerPivot using DAX?

Say I have a table in a PowerPivot that looks like this: For each row, I want to find the minimum value across Columns 1, 2 and 3 and display that value in the column "MinColumn". The built-in MIN function only seems to operate on a column though,…
GShenanigan
  • 5,409
  • 5
  • 38
  • 48
3
votes
1 answer

Pass parameter to PowerPivot query

I have a PowerPivot query set up like this: exec sp_GetOrders NULL, NULL, '2012-08-01', '2012-09-17', 'All', 0, NULL, 1, 0, NULL but I want the date fields to be parameters from a cell. Can I do this?
xdumaine
  • 10,096
  • 6
  • 62
  • 103
2
votes
0 answers

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 configuration: modelBuilder.Entity() …
RobinHu
  • 374
  • 2
  • 14
2
votes
1 answer

Change Pivot Table data source from External Connection to PowerPivot

We have large Excel reports with LOTS of PivotTables. Is there any way to change the data source on the existing PivotTables to change them from an External connection to use the internal Data Model from PowerPivot? When I choose PivotTable Analyze…
TheRizza
  • 1,577
  • 1
  • 10
  • 23