We have a transition name Update Due date (from any status to itself) and when user click we are grabing some data and updating the due date history so we need to know how many times the Due date history field have been updated.
Was trying to use user defined calculated members wiht the below code but does not work.
(
[Measures].[Transitions to status issues count],
[Transition].[Update Due date]
)
We are using the paragraph type field and not a date custom field. So not sure why its not working.
What i am looking herre is, the paragraph field will automatically update using the automation and new entry will be added into it, so i want to count how many entries are there and display that count.