eazyBI Features

Hi Community,
Can you help me , if you know something about my questions.

Is there a function to get the Max/Min date from a SET of issues?
Is there any option to Work with PROGRAM from TEMPO plugin?
(I can see only Account,Team Dimensions)

Thanks in advance!

Hi,

The Min and Max functions by default cannot work with the date fields; there is a workaround to convert the date to the timestamp and back to the date:

TimestampToDate(
  Min(
    Filter(Descendants([Issue].CurrentMember,[Issue].[Issue]),
    [Measures].[Issues created]>0
  ),
  DateToTimestamp(
    [Issue].CurrentMember.GetDate("Created at")
  )
))

The Tempo program field is not the part of standard integration of Tempo with eazyBI. It can be accessed from the REST API, but I currently have no examples of the solution using the Tempo Programs. The solution might depend on the specific use case.

kindly,

Janis, eazyBI support

Thanks a lot! Janis.
Sorry to try to find the solution in 2 different places (eazyBI Community and eazyBI Support mail).
Where do you recommended me to post my doubts?

Hi,
The support mail is a preferred line for chatting.

Kindly,
Janis, eazyBI support