Need To create a sutratction formula by using below two formulas

formula 1: (
[Measures].[Story Points history],
[Time].CurrentHierarchy.Levels(‘Day’).DateMember(
DateAddDays(
[Sprint].CurrentMember.get(‘Start date’),1
)
),[Issue Type].[All Issue Types]
)

Formula 2: ([Measures].[Story Points resolved],[Issue Type.By type].[Standard],[Status].[Completed Statuses]
)

@VNRajuVallabhaneni
Welcome to the eazyBI community.

What is the layout of your report?
Why can’t you create a new calculated measure where you simply subtract Formula 2 from Formula 1?

Martins / eazyBI