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
2 answers

SWITCH TRUE WITH OR in power bi dax

I have 15 columns in a power bi table. I would like to create new measure that will return the column names if the percentage value of any columns is less than 60%. Example…
budding pro
  • 135
  • 1
  • 2
  • 10
0
votes
1 answer

Enable custom time calculation of SLA KPIs

I wanted to enable custom time calculation for SLA KPIs which is provided in the following link: Enable Custom time calculation of SLA KPIs However, could you please help me with plugin. I do not understand how to write FetchCalendar method? if…
AjaV
  • 5
  • 3
0
votes
0 answers

Selected data not visually being displayed in Qlikview?

Before importing this single sheet into Qlikview, I had 2 data sets, one from 2016 Olypmics and the other from 2020 in two different Excel files, I combined the sets of data into one so I could visualize this data in Qlikview. I have two sets of…
AaronW2
  • 29
  • 5
0
votes
0 answers

Trying to compare a value between two data sets in Tableau but its not displaying correct details

I'm relatively new to Tableau and I have 2 data sets, one from 2016 olympics and one from 2020 olympics. I want to compare the results from 2016s "Total" amount of medals for each country against the 2020 olympics "Total" amount of medals achieved…
AaronW2
  • 29
  • 5
0
votes
1 answer

Tableau not displaying the correct figures when trying to compare and visualize data

I've joined 2 data sets together, one of 2016 olympics and 2020 results and I want to create visualizations and compare the two "total" amount of medal values for each country. When adding attributes to the sheet to create a visualization of my…
AaronW2
  • 29
  • 5
0
votes
0 answers

Unable to run my KPI query in Tableau without syntax error

In tableau i'm trying to create a KPI based on the "Number of disciplines entered by continents", so i'll have for example a pie chart of continents with a figure in each saying how many disciplines have entered. I am inputting this in my KPI as…
AaronW2
  • 29
  • 5
0
votes
1 answer

How to calculate average percentage in PowerBI?

Hi everyone, I'm still new to PowerBI, right now I have a set of data in PowerBI as shown in the screenshot above. I have a Measure to calculate the % of OK: total_student = COUNT(StudentAns[Name]) ok_% = VAR OK_COUNT = COUNTROWS( FILTER( …
weizer
  • 1,009
  • 3
  • 16
  • 39
0
votes
1 answer

How can I visualize a revolving multi-year KPI with unique monthly targets in Power BI?

I need help developing an approach for a line chart that visualizes actual sales against a monthly KPI sales goal over 24 months. We have an annual sales goal, tracked until completion for two years at a time. Every month for the 1st year of the…
Red
  • 3
  • 1
0
votes
1 answer

How to access and read data from a play console KPI from a backend server?

I need to read the data from one of my Android App's Play Console KPIs (engagement, total number of downloads etc.) from our backend server. Is there any method to do so? I was looking for an API but couldn't find any. Any help would be very…
0
votes
1 answer

Create a KPI with a timestamp and a groupby in pyspark

I have a dataframe containing logs just like this example : +------------+--------------------------+--------------------+-------------------+ |Source |Error | @timestamp| timestamp_rounded…
0
votes
1 answer

I need to create a KPI in NetSuite. "Items Received Per Week KPI"

I need to create a KPI in NetSuite. "Items Received Per Week KPI", any help? I need this graph and it is not providing a metric to create a graph.
0
votes
1 answer

Power BI - dynamic "Goals"label in a KPI visual

Is it possible to make the "Goals" label dynamic? Instead of showing a static text like "Previous month" (or whatever), I would like it to show the name of the previous month. Setting up a measure like that is trivial, but is there a way to put it…
Michal Rosa
  • 2,459
  • 2
  • 15
  • 28
0
votes
0 answers

SQL / Banking / Transactions: Customers with more than one month's income

Hi I have a table "transactions" with few bank transactions from different customers. In that table I also have the date for every transaction as well as their monthly average salary. Moreover, on a different table "account" I can get the bank…
ERR
  • 213
  • 1
  • 6
  • 17
0
votes
1 answer

Clustered Bar Chart with Two Colors

I want to create the below chart : Expectation : I want to show the two colors like in above image. one for Actual Percentage and second for total ( like 100%). My chart look like below : How can I achieve this ? Thanks
Mudi
  • 95
  • 1
  • 2
  • 13
0
votes
1 answer

Odoo version 13: Email digests & KPI's

I am trying to create a new KPI in the Digests model to show the number of new customers created per week. (Unfortunately, this functionality is not well documented). As documented, I have created two fields in the digest…
Bamidele
  • 11
  • 2