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
0
votes
2 answers

Getting API data into Excel

I need to give power-users of the web application I am working on the ability to create their own reports, analysis, etc. in Excel. Basically they need to create some Excel sheets, read some data from the web app and than mix the result with further…
jitidea
  • 294
  • 1
  • 13
0
votes
1 answer

Calculated column in DAX to show current BusinessArea

I have a table in my SSAS-model with SCD-type2 functionality. CustNr StartDate EndDate BusinessArea 123 2014-12-01 2015-01-01 Norway 123 2015-01-01 - Sweden I need a calc-column(DAX) which…
Blixter
  • 338
  • 4
  • 12
0
votes
3 answers

Change date format on category axis in my PowerPivot column chart

I'm trying to show values based on date on a PivotChart (column) in Excel. The problem is that the category label does not seem to follow the number formatting I set. Yes, the underlying table is formatted as date type. I've Googled a bit and the…
0
votes
1 answer

PivotTable Average of group columns

I wonder if it's possible to create a table like this: I have calculated the equity ratio for two companies shown in the column "Calculated field 1". Now I would like to create the average and the minimum value of this column for each company! as…
Wizhi
  • 6,424
  • 4
  • 25
  • 47
0
votes
1 answer

how to use slicer from a different table in powerpivot

I have a weird powerpivot that I'm hoping you experts could help... The first table has agreementID and associating department, and the second table has agreementID and associating revenue (see below), I've also created a join between table1&table2…
user2669043
  • 97
  • 1
  • 6
  • 12
0
votes
1 answer

How does a PowerPivot data model and tables effect file size?

I have a fairly large workbook at around 45Mb that consists of about 30000 rows and columns to CA. I can't open it in 32-bit Excel any longer which now means I can't run it on my laptop. Without removing all the formulae I wanted to try and reduce…
nathanjw
  • 832
  • 2
  • 13
  • 23
0
votes
2 answers

create a summary table in power pivot or power query

System: Excel 2013 A master file has been created with multiple columns including 1 ID column and 2 date columns (creation date and release date). ID CreateDate Release Date 124520 04/09/2015 05/09/2015 228551 05/09/2015 07/09/2015 228552 …
woshishui
  • 1,906
  • 2
  • 15
  • 22
0
votes
1 answer

Why do PowerPivots with multiple sources not show the correct data unless something is added to the Values list?

I have three tables: Person Event PersonEvent Persons attend Events. This many-to-many relationship is modeled by the junction table PersonEvent, which also records Hours Spent on the Event. I added each of these tables to the Data Model, which…
PBeezy
  • 1,222
  • 2
  • 17
  • 26
0
votes
1 answer

Previous Year row in measurement, DAX formula

I have the following table: Year test is the list of previous year: =SUMX(Datasrc;Datasrc[Year]-1) How do I get something similar for "Calculated field 1"? In other words, I want to get the previous "Price/kg" so it match column C, "Year test". I…
Wizhi
  • 6,424
  • 4
  • 25
  • 47
0
votes
1 answer

Measure to Calculate '% of Grandtotal' for each row using PowerPivot

I am trying to create a measure which will display the percentage of Grand total for each row. Below images might give an overview about the progress I have made and the actual requirement. Note: Below is the dummy data which I have pasted in excel…
0
votes
1 answer

Excel 2013 PowerPivot Table - Many Fact Tables along with a Calculated Field

I am pretty new on creating POWERPIVOT tables. I have searched for a bit of time now to resolve this problem but I have been unsuccessful so far. Here is my problem. As you can see below, I have created a POWERPIVOT table in Excel 2013 that is…
0
votes
1 answer

SQL Server Express with PowerPivot

Is it possible to use PowerPivot (in Excel 2013) with SQL Server Express (which version is recommended?)?
gaspers
  • 77
  • 11
0
votes
1 answer

PowerPivot - Custom Calculation on summarized table

I have a summarized table with two variables: SUMMARIZE(Table; Table[Static1]; Table[Static2]; Table[Static3]; "Total1Summarized"; MAX(Table[TOTAL1]); "Total2Summarized";…
dominic
  • 446
  • 4
  • 8
0
votes
3 answers

SUMIF type function in PowerPivot

I'm very well versed in Excel, but very new to PowerPivot. I have a data set which includes game logs for every NBA player for every game of the season, and I want a new column which calculates the aggregate minutes played by a player's team on a…
Joe Schroeder
  • 15
  • 1
  • 3
0
votes
1 answer

DAX SUMMARIZE() with filter - Powerpivot

Rephrasing a previous question after further research. I have a denormalised hierarchy of cases, each with an ID, a reference to their parent (or themselves) and a closure date. Cases ID | Client | ParentMatterName | MatterName | ClaimAmount |…
JustNuts
  • 37
  • 2
  • 11
1 2 3
99
100