An in-memory OLAP cube that can for instance be installed and used in Excel. It allows for fast analysis of huge datasets.
0
votes
0answers
6 views
importing tables from hdinsight into powerpivot
I've created tables in hdinsght cluster using hive commands and i'm successfully able to retrieve the count of rows in the table. when i tried to import the data into powerpivot using ODBC driver i'm ...
1
vote
0answers
21 views
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 ...
0
votes
0answers
10 views
Main Button to Filter Everything
Goal:
Make a clear filter of everything and return to the standard list in the pivot table by pressing a main button. The button clear everything of what you have made some selection among slicer in ...
0
votes
1answer
37 views
Force mdx query to return column names
When connecting from powerpivot to SSAS, I got the following problem - if for some reason no rows are returned by mdx query, no column names are returned either and powerpivot gives an error. When ...
0
votes
0answers
25 views
Auto-refreshing powerpivot for excel 2010 using VBA / Macros
I need to build a button in either VBA or Macro to auto-refresh an excel 2010 workbook using powerpivot data. Anyone know how to go about doing it? Nothing I've tried has seemed to work, and a handful ...
0
votes
0answers
38 views
How to use a BISM connection hosted in a FBA enabled SharePoint 2013 web application from Excel [closed]
Following this and this MSDN articles I was trying to use a BISM connection to create Power View reports in Excel.
As it is described there all you need is to create a BISM file inside a SharePoint ...
0
votes
0answers
10 views
Display Customized Data Based on Sub Queries
Goal:
In the Table A I would like to display the result
---------------------------------------
PK_A FK_B CandyQuantity
---------------------------------------
1 7 2
2 ...
0
votes
0answers
52 views
Starting Microsoft Excel PowerPivot with parameters
Hallo StackOverflow users,
is there a way to load PowerPivot with parameters from the C# code of an Excel (2010/2013) addin? I would like to save data into a local Access database and then call ...
0
votes
0answers
25 views
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 ...
0
votes
1answer
26 views
Customized Number Format in Excel
Goal:
Retrieve the requested result from the "Requested value".
Current & normal value | Requested value
----------------------------------------
320 | 320
8256 ...
0
votes
1answer
43 views
Keeping filters in a pivot table in absence of data
Imagine I have a quality control in a factory retrieving the state of each product
StateId
1 - Good
2 - Acceptable
3 - Subproduct
4 - waste
My table 'StateIdHistory' gives me the state of each ...
2
votes
2answers
150 views
Filtering row labels in pivot table using vba
I have searched a lot of forums but still haven't found the answer for this:
I am trying to filter my row label which varies from 1 to 10, in order to only show me 5 and 10.
I wrote the following ...
0
votes
2answers
297 views
How can I create a relationship in excel for multiple columns?
I'm trying to create a relationship between two tables in powerpivot. However, my tables don't have any keys. What I would like to do is create a SQL-Unique-Constraint-like relationship, which is ...
1
vote
2answers
64 views
convert excel column from json to record using powerview
I am storing arbitrary objects (the "data" column) in a RMDB database using a format similar to the following:
<id> <object id> <object category> <creation date> <created ...
0
votes
1answer
46 views
How to import data from a worksheet to the powerpivot from the same workbook
I wants to import data from a worksheet in a workbook "\foo.xlsx" to powerpivot in the same workbook "\foo.xlsx".
when i try to give the connection to the same workbook its gives the error:
The ...
0
votes
0answers
59 views
Restrict the data in powerpivot for excel 2010 based on the user who is using excel file
I wanted to create a powerpivot report. In which i wanted to show only the data the user authorized to view based on his windows credentials.
For example consider the following table
ID Code ...
0
votes
0answers
64 views
Excel PowerPivot pivot table filter search performance issue
I have a PowerPivot model with a dimension table with ~1 million rows, along with 4 fact tables and several other dimensions. Total file size is ~130MB.
I create a pivot table on this model and add ...
0
votes
0answers
97 views
Array processing / prediction in DAX (powerpivot)
See the table below :
1 2 3
2011 100 125 155
2012 120 160
2013 110 X=?
What this means is that the figure for values originating from 2011 was ...
0
votes
1answer
68 views
How can I give access to a specific cube in PowerPivot?
This is my first time trying to grant access to one of my users to view a specific analysis cube via PowerPivot in Excel.
We are working with Excel 2010, I've created a local user on the server ...
1
vote
1answer
28 views
PowerPivot relationship based on two columns per table
I have a table geoLocations which holds among others the two columns latitude and longitude. There is a second table (let's name it cities), which holds for each unique pair of laitude and longitude ...
0
votes
1answer
183 views
How to get Excel Pivot 'Summarize by' to return actual data values not sum, avg, etc?
I am using Excel Powerpivot with data in two separate tables. Table 1 has ITEM level data with a BRAND characteristic. Table 2 has BRAND level data. The two tables are linked by the BRAND key. The ...
0
votes
1answer
106 views
How to aggregate another measure in the same PowerPivot table?
I have a measure in my PowerPivot table that returns 1 or 0 conditional on the values of other measures in the same row.
I would like to write a new measure that returns a "total" of 1 if this ...
0
votes
1answer
50 views
Show multiple drillthrough tables in a single Excel sheet
I need to create a report (for printing) that has two sections. The top section contains the scorecard, and the bottom section contains the drillthrough information for any "red" items in the ...
0
votes
0answers
27 views
Sharepoint BI 2013 in cloude share
I have a cloud share environment with the following configuration
SharePoint Server 2013 RTM
Description: OS: Windows Server 2012 x64
Spec: 80 GB HD / 8 GB RAM
Installed:
• SharePoint Server 2013 RTM
...
0
votes
1answer
123 views
Powerpivot 2013 + Data Model Table Names
Am just playing around with PowerPivot in Office 2013.
When i create model in PowerPivot it looks as below (with three tables)
and when i try to analyze the data in PivotTable it comes up as
...
0
votes
1answer
211 views
DATEADD and missing dates
How do you reliably add 10 months to a date in the DAX formula for a PowerPivot calculated column?
My first attempt only works for dates that already exist in the EventDate column.
...
0
votes
2answers
419 views
Refresh Power Pivot Window
How to automatically Refresh Power Pivot Window when i open excel file , without going the Power Pivot Window option in power pivot tab?
0
votes
0answers
92 views
Is it Possible to create Power Pivot Table Programmatically C#
Is it Possible to create Power Pivot Table Programmatic-ally C#.
(or)
We Can Update the Already created Excel's Power Pivot window Programmatic-ally C#?
Any Idea
0
votes
1answer
400 views
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 ...
0
votes
0answers
88 views
Unable to SUM data within fact table in PowerPivot
I'm trying to get a sum of standard hours for users, filtering out multiple points in time in a PowerPivot table, either using measures or calculated columns (or a combination of the two)
I have a ...
0
votes
2answers
117 views
import number as text in power pivot
I'm trying to import a CSV file to Excel power pivot.
The CSV file has some numeric as text starting with "0".
When we import the CSV file, the "0" was eliminated and shows as a number.
0
votes
1answer
175 views
How to change a Table's Connection in Power Pivot
Is there a way I can change the Connection for a particular table in PowerPivot? All things I've researched talk about changing the Connection object itself. But I have 5 tables that refer to a single ...
0
votes
1answer
144 views
Filter Dimension values
I have a master Customer dimension (that I don't maintain). My fact table includes customer info. When I compile the cube, everything looks good, by browsing the cube I see my fact rows with only ...
1
vote
1answer
962 views
Sharepoint 2013 Excel Services not rendering Power View reports inside a workbook
We want to be able to publish Excel 2013 workbooks containing Power View reports into SharePoint 2013 and see them via Excel Services application.
Currently instead of the actual report we see the ...
1
vote
0answers
155 views
SharePoint PowerPivot is not refreshing
PowerPivot Gallery is not refreshing. I have tried to update the name/title, however; I got nothing from it. Is there a service that should be running that is not? I just see an X.
UPDATE
I had ...
0
votes
1answer
194 views
Powerpivot data that spans over multiple filter values
I have outage information stored in Excel Powerpivot. I am trying to use Powerpivot to display and calculate uptime availability per month, however, I am a bit stuck with outages that spans over two ...
0
votes
2answers
214 views
Has anyone achieved to use ODBC connection from Excel file into Powerpivot?
I have installed Powerpivot for Excel 2010. I don't have Access 2010 so I thought could I arrange the data in the similar manner as I would for a database.
I'm wanting to query an excel file that has ...
0
votes
0answers
104 views
Using External data connection files
What I'm trying to accomplish:
I need to have a single file with my data connection string information in it. I have several Excel file I have to post to SharePoint (Excel Services) that will all use ...
0
votes
1answer
182 views
Embedded excel powerpivot workbook in ASP.NET with sql data connection?
I know that its possible to embed an excel workbook with PowerPivot graphs in an asp.net page but is it also possible to load data from your SQL Server in your workbook and still view the excel ...
6
votes
3answers
593 views
MVC 4 WebApi with PowerPivot?
Does anyone know if MVC 4 WebApi can (or will) be consumable in power-pivot?
3
votes
1answer
771 views
Power pivot many to many relationship between two tables
As you can see from the image i have a one-to-many relation ship between these two tables. BUT i want to make it soo its a Many-to-many. Im using AssetID as the key for these relationships.
Any ...
0
votes
2answers
444 views
Connecting PowerPivot to PostgreSQL database
When I try to connect PowerPivot PostgreSQL database(at the point when I need to "Choose how to import the data". When I choose to select from tables and views, I get error below. When I choose to ...
1
vote
1answer
120 views
DAX IF Contains formula
Hi I have a column which contains all windows based OS systems and which type they are so example Windows 7 Enterprise, Windows Server 2000, Windows Server 2003 Standard edition etc.
I need to filter ...
0
votes
1answer
122 views
Dax formula to calculate cumulative students
I am building first cube in SSAS 2012 Tabular modeling. I got one fact table contains following columns
TermDate StudentKey PaperKey marks CumulativeNoOfStudents
...
1
vote
2answers
152 views
Display field in slicer in powerpivot
I have a slicer which has value 'A' and 'B'. can I change it in a way that, wherever it is 'A', should display 'Apple' and 'B' should display 'Banana' without doing any changes in my database tables.
0
votes
2answers
2k views
Changing connection data in PowerPivot file
So I've run into an interesting problem. I need to specify a custom WHERE clause in a PowerPivot query. I must change it based on external conditions. I would like to edit the file and save a copy. ...
0
votes
0answers
122 views
PowerPivot - Oracle Stored Procedure err- The SQL statement is not valid. There are no columns detected in the statement.”
The issue I’m having is with the power pivot application using data that is encapsulated into an oracle stored package.
I find it very curious that within the query builder wizard tool, I am able to ...
1
vote
0answers
382 views
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 ...
1
vote
1answer
441 views
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 ...
1
vote
1answer
280 views
Web API + PowerPivot with dynamic entities
Since ASP.Net 2012.2 was released I have been attempting to create a Web API which returns OData which in turn can be consumed by PowerPivot. I have this working with a predefined model.
However I ...



