Domanda

[Utilizzo di SharePoint 2013 Enterprise SP1]

Sto cercando di creare un KPI nel Dashboard Designer e trovando sorprendentemente poca documentazione per tutte le sue caratteristiche. (OK, forse sono piuttosto scherzoso e non sorpreso.)

Ho una connessione dati creata che si collega a una tabella SQL Server e tale connessione sembra funzionare correttamente. La tabella ha 1 widget per record, con (tra le altre cose) un campo temporale di creazione (shortdatetime) e un campo Pass / Fail (bit). Voglio che il mio KPI sia "verde" se, ad esempio,> il 95% passa in un dato giorno, "giallo" se compreso tra il 85% -95%, e "rosso" se

Per il formato numero nel KPI, ho sia effettivo e bersaglio utilizzando il formato percentuale, 1 punto decimale.

Per i mapping dei dati, la misura che sto usando per effettiva è il campo Pass / Fail dalla tabella SQL Server. Ho 1 dimensione: creato. GRAZIE.DAY (ho selezionato ANNO, MESI E GIORNO "Time Period Tree Livelli" nella connessione dati, con il mio campo creamato come dimensione del tempo master.) Ho impostato il valore predefinito della dimensione, per esempio, ieri. Per il target, la mia mappatura dei dati è 1 (valori fissi).

Per la colonna di calcolo, ho impostato effettivo per impostazione predefinita (media) e per il target è predefinito.

Quando cerco di aggiungere questo a una scorecard, ottengo solo Error per effettivo e obiettivo. Non sono sicuro di dove andare da qui. Grazie per qualsiasi suggerimento!

È stato utile?

Soluzione

After some more searching and experimenting, I figured it out. I did not find any documentation for DD '13 but did find some for DD '10, which was "close enough" to translate to the newer version. Here are some relevant MS doc pages:
Walkthrough: Calculate normalized scores for KPIs
Configure data column properties
Configure time and aggregation settings

For my specific problem, here are the steps I took:

SQL Table
• Change the PassFail column from a bit to an integer which contains either 0 or 100 (instead of 0 or 1).

Data Source
• On the View tab, set all fields (other than the CreateDate and PassFail fields) to a Column Type of Ignore (this is in the Details pane).
• For the CreateDate field, set the Column Type to be TimeDimension. For the PassFail field, set the Column Type to Fact and the Aggregation to Average.

KPI
• Reset the Number Format for both Actual and Target to (Default).
• Change the Target Data Mapping from 1 to 100 (still Fixed value).
• In the Calculation column either Default or Data value will work.

That should do it! Now, on to filters...

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top