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

Difference between two dates returns date instead of number [DAX]

In PowerPivot DAX formulas, I need the number of days between two dates. My formula is ProjectDays:=[ProjectFinish]-[ProjectStart] But instead of a number, it returns a date. Any ideas?
PBeezy
  • 1,222
  • 2
  • 17
  • 26
0
votes
2 answers

Consumer PowerPivot/Excel DataModel from another Excel file?

Short version: Is there any way/hack to use the embedded DataModel/PowerPivot cube of an Excel 2013/6 file from another Excel file? Long version: We have a large Excel Data Model with >400k rows and >100 measurements, feeding multiple reports (i.e.…
Peter Albert
  • 16,917
  • 5
  • 64
  • 88
0
votes
1 answer

PowerBI data model conversion

I published my Power BI dashboard to the cloud using Import Excel Workbook Content. Unfortunately my hard disk dies and I lost the original workbook (which contains PowerPivot data model). Can I convert PBIX file to PowerPivot model? I actually…
PeddiePooh
  • 403
  • 8
  • 17
0
votes
1 answer

Possible to use a running total row in powerpivot for calculation in a calculated field?

If I have a pivot table and I set the row to be a running total according to date and right now i will like to use this row to create a calculated field. Is it possible? If not then is there a formula for cumulative calculations for calculated…
jonleech
  • 461
  • 1
  • 6
  • 30
0
votes
1 answer

Customer List with invoice which has all selected items

I have DimProduct table, DimCustomer table and FactSales table. There is a targeted product list. I want to list customers who buy all products of the targeted product list in one invoice. How do I do it? I have no clue. Please give me some advice.
Phyo Min Yu
  • 153
  • 1
  • 10
0
votes
1 answer

Powerpivot and Slicers

I've got a very simple powerpivot table with some slicers in it. When someone drills the table down to one user with the slicer, I managed to create another measure which returns the average for the whole team. This works just fine. The problem is…
Bishonen_PL
  • 1,400
  • 4
  • 18
  • 31
0
votes
1 answer

Excel cubevalue memberexpression

I am using the CubeValue function in Excel Powerpivot (2013) and would like to know if it is possible to use operators in the MemberExpression, particularly to retrieve values less than or greater than, e.g: =CUBEVALUE("PowerPivot…
MGee
  • 1
  • 5
0
votes
1 answer

Powerpivot - one stored procedure 2 filtered reports?

I am new to PowerPivot. I created a flat pivot using data returned by a stored procedure (sql server). Then someone requested filtering the data to create 2 reports (2 worksheets). They are the same except one includes codes 50 and 95 and the other…
user1612851
  • 1,144
  • 4
  • 18
  • 32
0
votes
1 answer

how to calculate unique stores selling products in powerpivot

I'm not overly experienced with DAX, and my boss has asked me for some metrics which seem past my capability. Specifically, she wants to know in what percentage of the stores any item is being sold at. We have a Stores table which is in a one to…
Mudkip
  • 21
  • 4
0
votes
1 answer

PowerPivot doesn't refresh data whether it says "refreshed succesfully"

I use PowerPivot to connect to SQL Views on MS SQL Server 2012 (Office 2013 edition). I've mapped the view into PowerPivot and it works ok. If I click on REFRESH ALL it starts refreshing and says "successfully completed". But it doesn't refresh…
Michal Hruška
  • 444
  • 2
  • 6
  • 15
0
votes
1 answer

PowerPivot calculate date difference in the current context

I'd like to segment my customers on their purchasing activity (active, sleeping, dead). To do so, I need to find the number of the days between the last purchase date and current context (because the customer can be sleeping in one period and active…
Arseniy
  • 487
  • 4
  • 14
0
votes
1 answer

How to apply multiple logical layers to a Measure to create another Measure in DAX

My data is similar to the following: Type Compliant Non Compliant A 1 0 B 0 1 C 1 0 I have the following measure that returns the percentage of…
Eric Hauenstein
  • 2,557
  • 6
  • 31
  • 41
0
votes
1 answer

Cumulative sums in PowerPivot

My data model looks like this: table Invoice with fields ID, Date, Amount and Customer table Payment with fields InvoiceID, Date and Amount I'd like to plot a graph displaying the percentage of payments compared to the payment requests over time…
Ben
  • 4,486
  • 6
  • 33
  • 48
0
votes
1 answer

Is there anyway to connect to SSAS using Service account while using powerpivot to get the data from cube?

We are using Excel 2010 into our office to produce some reports. We are using powerpivot plug in to connect to SSAS cube. The only problem is when, it is using windows authentication and I want to use SQL Server Service Account instead of windows…
Justin
  • 393
  • 1
  • 7
  • 21
0
votes
0 answers

PowerPivot is not pulling all the records from Tabular Model

I have been facing an issue with many PowerPivot models. The Tabular Model is the source for my PowerPivot model and I have around 1.2 million records in my Tabular model. Every time the Tabular Model is successfully refreshed and processed. I'm…