Amazon Ad

Featured Post

Monday, January 21, 2019

Using eazyBI with Jira

Create a moving time range

  1. Drag the Time measure to the Rows area.
  2. Create a calculated time range:
    1. Click Time.
    2. Click Calculated members.
    3. Click Define new.
    4. Enter Last 60 days.
    5. Enter:
Aggregate(Filter(
  [Time].[Day].Members,
  DateBetween([Time].CurrentMember.StartDate,'60 days ago','today')
))



No comments: