performancepoint

How to use the current visitor's account in SSAS query? [MOSS + PPS + SSAS]

别说谁变了你拦得住时间么 提交于 2019-12-24 21:06:37
问题 I'm using MOSS2010 + Performance Point + Analysis services. Here's the questions: How to get the current visitor's account in PPS report? How to use the current visitor's account in SSAS query? 回答1: This post may help: http://blogs.msdn.com/b/performancepoint/archive/2010/03/25/passing-filter-values-on-the-url-to-performancepoint-services-web-parts.aspx 回答2: Another option is to configure your PerformanePoint 2010 data source to use Per-User Identity . Then access the UserName MDX function:

SQL Server does not exist or access denied error

有些话、适合烂在心里 提交于 2019-12-23 02:36:37
问题 I have an application that runs fine when executed off the server. When clients try to connect, they receive the following error: Failed to get data. *Data provider could not be initialized *SQL Server does not exist, or access denied on my Office Web Components (MDAC). I am guessing there is some security or server configuration error, but I'm not able to pinpoint it. I am running SQL Server 2005. *Note - clients can't change their security settings, company policy. 回答1: When you try this

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

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-22 18:07:02
问题 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 { [Measures].[Patient Stays] } ON COLUMNS, TOPCOUNT({ ORDER( HIERARCHIZE( { [Patient].[ByZipcode].[All].CHILDREN } ), ( [Measures].[Patient Stays] ), BDESC ) }, 10) ON ROWS FROM [Patient Stay] WHERE ( [Discharge Date].[Y-M-D].[ Aggregation], [Facility

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

二次信任 提交于 2019-12-06 03:20:47
问题 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 with the initial ssas machine and got it to work, and from everything I can see, the new machine is set up the same way. Is there something I need to set in the cube for it to be visible? This is an instance of creating a copy of the original cube

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

旧街凉风 提交于 2019-12-04 07:37:22
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 with the initial ssas machine and got it to work, and from everything I can see, the new machine is set up the same way. Is there something I need to set in the cube for it to be visible? This is an instance of creating a copy of the original cube and hosting it on a new machine. I type in the name of the server, and where it should list the cubes in