Solved

As of Date for KPI

  • 14 September 2022
  • 2 replies
  • 69 views

Badge +2

How do you create/show a date as a KPI. I want to show the last day of actuals for a data set and bring that into a board as a KPI. Is that possible?

icon

Best answer by Benoit 15 September 2022, 10:13

View original

2 replies

Userlevel 4
Badge +5

Hi Josh,

Today, we don’t support dates as KPIs.

But there is a workaround, that is to convert your date into text and display it as a KPI.

 

Here is my source date (format=date)

Here is how I converted it (format=text)
text(day('Last day of Actuals')) & "/" & text(month('Last day of Actuals')) & "/" & text(year('Last day of Actuals'))

You can polish the formula to return the date format you want (MM/DD/YYYY or DD/MM/YYYY...)

 

And here is my KPI

 

If you need this as a native feature, please use the Idea Community section to share this request and allow users to upvote it 😉

 

Hope it helps.

Best,

Benoit

 

 

 

Hello! I am trying to make the below screenshot into month day year .. but it errors once I do so because its trying to code the time - thoughts?

 

Reply