In a sprint report, calculate story points in Jira backlog at time of sprint

Hi @Drew_Grant,
eazyBI does not import information about Backlog as we import only information stored directly in Issues. Jira stores only cases when any issue is added to a particular sprint. eazyBI stores the Backlog of all boards/sprints together, under (no board) member.
You can see a more detailed answer provided by Daina here:

If you have some particular status as “Backlog” (in my example “Transition Status” - “To Do”) then one option would be to see how many issues have been (measure “Issues history”) in this status at the Sprint start date and subtract those issues that are already planned for the particular sprint.

-- annotations.drill_through_non_empty=false
([Measures].[Issues history],
[Transition Status].[To Do],
[Time].[Day].Datemember([Measures].[Sprint start date]),
[Sprint].CurrentHierarchy.DefaultMember)
-
([Measures].[Issues history],
[Transition Status].[To Do],
[Time].[Day].Datemember([Measures].[Sprint start date]))

In the report:

Kind regards,
Gerda // support@eazyBI.com