Questions tagged [kpi]

key performance indicator - measures if application in development or team uses to gauge or compare performance in terms of meeting some requirements.

key performance indicator - measures if application or team uses to gauge or compare performance in terms of meeting some requirements. The term could have more wide meaning than a simply technical boundaries.Could be used for single module or person up-to a whole company or industry.

118 questions
0
votes
1 answer

Formatting KPI goals for excel 2010 in BIDS

I have a KPI (with value,goal & status) created using BIDS. When I view it using excel 2010 pivot table the kpi goal shows #value but it is used to calculate the status. How do I hide the entire kpi goal or make it show the exact value instead of…
0
votes
3 answers

Using DateDiff in SSAS MDX

I would like to write a KPI in SSAS which gives me back the average of all the employee's age. The employee's Birth Date is in Dim_Employee. I read 3 books full of MDX date and time handling recommendations already, but neither one worked. With…
user1082242
  • 11
  • 1
  • 1
  • 3
0
votes
1 answer

Change direction of trend arrow in Quicksight KPI chart

I am frequently using the KPI chart in Quicksight and particularly focusing on the displaying the trend arrow comparing the current with the status before. However, the trend arrow should not go up for some variables (e.g. costs), when the variable…
Nils_Denter
  • 488
  • 1
  • 6
  • 18
0
votes
0 answers

Create customer clusters in python with a dataset consisting of boolean columns (0,1 values)

I have a dataframe that contains the following columns: pk_customer (customer identifier) And 20 boolean variables (indicators that take value 0,1). For example: pk_customer kpi_1 kpi_2 kpi_3 a 1 1 0 b 1 0 0 c 0 1 1 How can I make a…
Maite89
  • 273
  • 2
  • 8
0
votes
0 answers

KPI Showing the total % instead of the last % - PowerBI

I have a set of KPI cards I am creating that I want to show the total percentage instead of the last %. I have tried using the stand alone Microsoft KPI card and I have also tried the KPI Indicator visual that is available for download. The KPI…
Tfo
  • 17
  • 5
0
votes
0 answers

Playwirght - Find network usage overall by reproducing a user session

I am currently trying to use playwright to measure network performance, especially network consumption for a typical user session. E.G. navigating from page to page, filling some form, ... I have implemented an interceptor in angular as…
PasNinii
  • 634
  • 8
  • 18
0
votes
0 answers

Moving Average Last year POWER BI

I am trying to create a simple moving average on power BI to calculate the savings on a purchasing area for each part number (numero do item) on a table. The Idea is to use the moving average from the previous year as the baseline to campare the…
0
votes
0 answers

Can I show update time on KPI in report builder?

I am designing Collection KPI in Report Builder. This KPI is updated every 5 minutes. Can I show the update time above or within the KPI? I shared an example Thank you.
Ogi123
  • 21
  • 4
0
votes
0 answers

Error Calculation for Hierarchical Time Series Forecasting

I have hierarchical time series data and I generate forecasts at the lowest level in the hierarchy. I am looking for a method to calculate the error of time series forecasts on each level in the hierarchy. Let's assume that the hierarchy is as…
devcloud
  • 391
  • 5
  • 18
0
votes
0 answers

Are Developer Console - Statistics/KPIs accurate?

I've been observing KPIs on Developer Console for a very long time and some statistics looks very inaccurate. For example my "New Users Aquired" and "User Loss" always has a difference like -100. If I have for 1 Day 300 New Users, that means my…
0
votes
0 answers

Spotfire - KPI of multiple Boolean columns that can limit data

In the data I have there are multiple Boolean columns that categorise each row, for example: Object Fruit Yellow Round Chair FALSE FALSE FALSE Banana TRUE TRUE FALSE Apple TRUE FALSE TRUE Ball FALSE FALSE TRUE I am trying to make a…
0
votes
0 answers

KPIs not up to date - Power Bi Reporting Server

I have an on-premises Power Bi Report Server. I have created several datasets, and schedule of refreshing datasets with new data every 5 minutes which is attached to datasets. I can see the datasets are updating as per the schedule attached to them…
0
votes
0 answers

Pass values from a list as a KPI parameter in MDX

I am relatively new to MDX and I am facing a challenge at moment. I have a few KPI functions that use a string as a parameter to call the aggregation made for that I am using as COLUMNS. Then I have the ROWS and its measures, thus far it is working…
ReinholdN
  • 526
  • 5
  • 22
0
votes
0 answers

Google Data Studio - Column Chart

I would like to create a column chart, in GDS, that compare the monthly income versus unpaid amounts. In short, what was received versus what was not received and, what was not received, be added to the subsequent month. Follow below how I…
0
votes
1 answer

Can I add kpi with maximum values without contraining CPLEX model?

I am using cplex for an optimization model, to optimize diet compositions. Now I would like to add an extra variable/KPI, which is the sum of other KPIs in the model. However, this sum is a score with maximum values, which means that when each KPI…