Questions tagged [performancepoint]

a business intelligence server integrated with SharePoint. Includes PerformancePoint Server 2007, which was an addition to SharePoint 2007, and PerformancePoint Services 2010 and 2013, which is included with SharePoint.

a business intelligence server integrated with SharePoint. Includes PerformancePoint Server 2007, which was an addition to SharePoint 2007, and PerformancePoint Services 2010 and 2013, which is included with SharePoint.

134 questions
5
votes
2 answers

Database doesn't show when creating a data source for Performance Point Dashboard Designer

I have a sharepoint server set up, the dashboard runs great, my data sources are great. I'm trying to add a new data source from a different SSAS machine, and it won't even list it in the database dropdown when I type in my server. Went thru this…
Matt Cushing
  • 169
  • 2
  • 10
5
votes
0 answers

Changing Performance point data source connections programmatically

I have many reports in PPS which has around 60 data sources to analysis services. I want to change their connection string (i.e. I want to change the server which they are pointing to). I have tried below solution (Console application) to get the…
Zerotoinfinity
  • 6,290
  • 32
  • 130
  • 206
4
votes
1 answer

Filter KPIs on a Scorecard in PerformancePoint based on User

I would like to filter the KPIs shown on a scorecard by the user logged in to SharePoint. Is this possible? Requirements: I have several users who own different KPIs I am developing the performance management app in PerformancePoint planning. I…
femi
3
votes
1 answer

PerformancePoint and Sharepoint list as a data source

I was asked to create a very simple dashboard using a Sharepoint list as my data source using the Dashboard Designer tool. I can create the datasource, retrieve the list and see the data in a tabular format. Now, when I try creating a KPI or a…
AlexFreitas
  • 342
  • 4
  • 14
3
votes
1 answer

PerformancePoint, SharePoint 2010 and JQuery

Are there any events that PerformancePoint Dashboards emit after loading data that can be leveraged by JQuery. The document.ready fires before the performancepoint dashboard has rendered so that doesn't help. I need for the performancepoint…
user281254
  • 161
  • 1
  • 2
  • 6
3
votes
1 answer

How can I enable Power View in SharePoint 2013?

I use SharePoint 2013 and Performance Point Service for create Business Intelligence report. I need more functionality in report generate. I found that Power View in this scenario can help me but I do not know How I can install and configure Power…
Ardalan Shahgholi
  • 11,967
  • 21
  • 108
  • 144
3
votes
0 answers

Passing Measures as parameters in a Named Set - MDX

I am using SSAS 2012. Lets say I have a date dimension [Date].[Calendar Month].[Month]. I have several measures like [Sales], [Purchases], [Commission] etc. I want to create a Named Set that calculates non-empty months as a Calculated Member in…
Merin Nakarmi
  • 3,148
  • 3
  • 35
  • 42
3
votes
0 answers

How to read and display PPS scorecard comments (Annotations) programmatically?

I have created a scorecard using the Dashboard Designer. My requirement is to display the scorecard comments in a separate Web Part. So that the user can view the comments without right clicking and going to comments inside the scorecard. I…
3
votes
1 answer

MDX query top 10 on several levels

Is there anyway that we can get the top 10 throught out the hierarchy instead of top level in MDX. I would like to write an MDX query which pulls the top 10 at each level in the hierarchy. Please let me know if it is possible. Hierarchy looks…
user346514
  • 513
  • 4
  • 10
  • 33
2
votes
1 answer

MDX - TopCount plus 'Other' or 'The Rest'

I have created an MDX query which calculates the TOP 10 ZipCodes (according to my Patient Stay measure) as such: WITH MEMBER [Discharge Date].[Y-M-D].[ Aggregation] AS 'AGGREGATE( EXISTING { [Current Month] } )', SOLVE_ORDER = 0 SELECT NON EMPTY {…
Colin
  • 309
  • 2
  • 5
  • 15
2
votes
3 answers

PerformancePoint scorecard drill down

I have a scorecard with hierarchy in PerformancePoint dashboard. By default everything is expanded (drilled down to the lowest level), is there any way I can prevent this, so when I load a scorecard everything will be collapsed (not drilled down)…
Jarek
  • 5,885
  • 6
  • 41
  • 55
2
votes
1 answer

Calculated KPI in Dashboard Sharepoint

I have two KPIs in the ScoreCard in Sharepoint Dashboard Now I want to include an additional row between these KPIs in the ScoreCard which shows the division of value of these two KPIs... Actual.. 10 "New column" {Actual/Target}…
Jason M
  • 1,040
  • 4
  • 12
  • 21
2
votes
1 answer

MDX Group & Count

I'm having the below MDX Query WITH MEMBER Measures.Improvement AS [Measures].[School Evaluation] - ( [Measures].[School Evaluation] ,[Cycle].[Name].CurrentMember.PREVMEMBER ) MEMBER Measures.PreviousEvaluation…
Hammad
  • 171
  • 2
  • 11
2
votes
2 answers

Using two data sources in a single PerformancePoint KPI/scorecard

I already have a scorecard and now I want to add another target metric to one KPI, and I want the target values to be pulled from a SharePoint list, so they are easily accessable. Is it possible to make another data source play nicely with the…
Michał Bendowski
  • 2,711
  • 1
  • 23
  • 32
2
votes
2 answers

Does an XML schema or DTD exist for PerformancePoint's Xml Metadata?

I wrote several XQuery statements to shred existing KPI and Dashboard metadata but I would like to validate my queries by reviewing the corresponding Xml Schema or DTD if it exists. I searched online but could not find what i was looking for. The…
Athens Holloway
  • 2,183
  • 3
  • 17
  • 26
1
2 3
8 9