I have a Matrix visual with the following:
Dates (MM DD YYYY) on Columns
ApplicationKey on Rows
Application Status on Values
The Dates (datetime value) column represents the date/datetime the application progressed from one status to another; this could be the same date but minutes or hours later, or it could be day(s) later.
I am using this to show movement / progression of applications as a pipeline report.
I need a measure that will calculate the difference in datetime from one status to the other. In the image below outlined in purple represents the date the application status changed. The column highlighted in red reflects what i hope to be a value that would reflect the difference in time (hours, days, etc.) from the last status to the next. Any idea how to accomplish this, i'm running into a brick wall.
Dates (MM DD YYYY) on Columns
ApplicationKey on Rows
Application Status on Values
The Dates (datetime value) column represents the date/datetime the application progressed from one status to another; this could be the same date but minutes or hours later, or it could be day(s) later.
I am using this to show movement / progression of applications as a pipeline report.
I need a measure that will calculate the difference in datetime from one status to the other. In the image below outlined in purple represents the date the application status changed. The column highlighted in red reflects what i hope to be a value that would reflect the difference in time (hours, days, etc.) from the last status to the next. Any idea how to accomplish this, i'm running into a brick wall.