문제

I am using SharePoint Designer 2010. When I create a new scorecard, Dashboard Designer gives option to import existing KPIs from Analysis Service. So if I make any changes to these KPIs in Analysis Service, then I create new scorecard and import the KPI. Is there any way to import the KPIs directly to Dashboard Designer without creating new scorecard.

Thanks in Advance, Merin

도움이 되었습니까?

해결책

Create a new blank KPI --> Change the KPI data mapping to your SSAS data source --> Use a custom MDX tuple formula to reference your SSAS KPI's.

The tuple formulas you can use to get KPI data are KPIValue("[kpi name]"), KPITarget("[kpi name]"), KPIGoal("[kpi name"]), KPITrend("[kpi name"]).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top