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
1 answer

DAX sub-total wrong when filtered by other filter

I have a power pivot summarising sales data on various levels of hierarchy. I have added a picture showing data structure and expanded examples to be more illustrative. The data has products and countries. My task is to return a "category total"…
Lana B
  • 496
  • 6
  • 17
0
votes
1 answer

DAX. Previous year Amount

I have a single table in Powerpivot. My columns are Account, Amount and Date. I want to calculate PrevYearAmount, but I can't fin the correct formula. Sample data: Account Amount Date PrevYearAmount 1 100 …
Jack Casas
  • 914
  • 18
  • 37
0
votes
1 answer

DAX: Avoid summing up repeated numbers

I have a table that includes columns for accountID, revenue, quarter and estimated revenue. the issue with this table is that the revenue repeats for each quarter. The table is perfect if I'm trying to find the estimate, but as soon as I sum the…
user2669043
  • 97
  • 1
  • 6
  • 12
0
votes
1 answer

Lookup column with dates in PowerPivot

I need to add a column on a table, computed from another one but I can't get the formula right. Here are the tables and columns: Table 1 Date (date) Table 2 Key (text) Start (date) End (date) I want to add a column to the Table 1 which will…
Nicolas C
  • 752
  • 5
  • 18
0
votes
1 answer

Control Filters of Excel Pivot Tables from Cell Values with VBA

I am trying to refresh my powerpivot pivot table based on two cell values. End user will use drop down list in cell C17 and C18 to derive a value in cell G17 and G18 (through some excel calculation). Pivot Table will refresh based on Cell G17 and…
cw101
  • 1
  • 1
0
votes
1 answer

Using related in DAX calculated measures

I have loaded 2 tables into Power Pivot which are related by a key. One table contains sales for a product and the other contains it's cost. What I am trying to do is multiply the total sales by the cost of that item. How do I write a calculated…
Sean D
  • 71
  • 1
  • 2
  • 5
0
votes
1 answer

Sumif for PowerPivot

I'm fairly new to using PowerPivot and struggling with DAX a little - help! I have two tables: Values and Offices. Values has, among other columns, OFFICE, TARGET and ACTUAL. Offices has OFFICE, REGION, MANAGER and PROVIDER. I want to calculate the…
0
votes
1 answer

Prior Week Buyers

I'm trying to calculate the number of buyers from a prior week based on the current week using Dax / power pivot (vs just the last 7 days). The current table I have looks like this User | NB sales | Week Ending | Week Count | Date Bob | 10 |…
RalphBiggerton
  • 179
  • 5
  • 19
0
votes
1 answer

How to implement Dynamic Security in PowerView

I have created a PowerView using a BISM connection in Enterprise Portal of AX. That PowerView report will be used by 100+ users. I want every user to his/her data in the PowerView instead of viewing the complete data. One option is to create 100+…
visionet
  • 21
  • 1
  • 5
0
votes
1 answer

Copy Column Data to New Worksheet and Loop through Columns

I have an Excel spreadsheet with over 60 columns. Each column contains data from a SharePoint survey. The column headers are the actual survey questions that have been imported from a SharePoint data connection. I'm trying to do several things…
0
votes
1 answer

PowerPivot PivotTable Slicer Selection

I've found online a couple of UDFs that can capture the selection of a Slicer of a PivotTable, however, they only work if the PivotTable is based on an Excel table. If it is a PowerPivot PivotTable (like in my case), they don't work. This post…
jb007
  • 243
  • 1
  • 5
  • 17
0
votes
1 answer

Downgrade from SSAS to PowerPivot

Can I downgrade from SSAS to PowerPivot in excel 2013? Reason being - I have 64 bit excel installed on my machine but my SSDT is VS 2012 shell 32 bit. Its really slow on VS 2012. I have no control of how software to be installed on my machine and…
PeddiePooh
  • 403
  • 8
  • 17
0
votes
1 answer

How do I add a new SQL table to my Excel workbook using PowerPivot

I have pivot table dashboards connected to SQL Server tables via PowerPivot. When the SQL tables have new data added all I have to do is refresh the Excel workbook to see these changes. But every time I add a new column or table in SQL I have to…
Chris
  • 323
  • 5
  • 21
0
votes
1 answer

PowerPivot - Dax Find Text in another Cell - Cannot get string value

I have what is simple data and I want to return the Home or Motor if a find search returns True. For Example Skills Type I Home Sr A Mot Pre Type is my custom column Starting with just returning True and it fails right here…
sayth
  • 6,696
  • 12
  • 58
  • 100
0
votes
1 answer

Add column in power pivot from other table

I am a new in power pivot,I have two tables the first one conatins article, price, taxe, total and the second has columns article, type and other information. So for me i want the columns taxe to be in the table two ( like vlookup ). Pleaze help me
hollyx
  • 99
  • 1
  • 9