Is it possible to make one of the lines in an eazyBI line Chart stop at todays date?

Alexis Bueno May 6, 2015

I want to have 1 of my lines on my line chart stop at the current date while all of the other lines continue through the end of my filtered date on the chart. Does anyone know of a way to make a line in eazyBI do this?

 

2 answers

1 accepted

0 votes
Answer accepted
Lauma Cīrule
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 7, 2015

Hi Alexis!

It would be possible to create a new calculated member that compares if the Time we are currently looking is before Now and only then return the measure value. 

Please see the following example for calculated member that shows Open issues only until today 

CASE 
  WHEN DateCompare(
    [Time].CurrentHierarchyMember.StartDate, Now()) <= 0
  THEN Val([Measures].[Open issues])
  WHEN [Time].CurrentHierarchyMember IS [Time].DefaultMember
  THEN Val([Measures].[Open issues])
END

Let me know if you have additional questions!
Lauma / support@eazybi.com 

0 votes
Alexis Bueno May 11, 2015

Hey Lauma,

Thank you very much for your help that is what I needed!

Alexis

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events