Count of issues transitioned into a status before sprint start

Is there a way I can get the count of issues that transitioned into a status before the sprint start (like Development Ready)

Hello @Manesh

Thanks for posting your question!
I suggest trying the formula below and see if it returns the expected results for you?
This formula will count all the committed issues to the sprint that were in status “Development Ready” at the sprint start time.

(
  [Measures].[Sprint issues committed],
  [Transition Status].[Development Ready]
)

Best wishes,

Elita from support@eazybi.com

Thank you. Is there a way I can see the issue id (or summary) as measure in a column with this status?