Forum Discussion
gunner
8 years agoFrequent Visitor
Help with Time difference between multiple rows & Index
Hi guys, I had previously marked this as solved but I have noticed something which is throwing off my calculations. I am using an index field to calculate the difference between the times of an item...
- 8 years ago
Hi gunner,
I would suggest you add an index in the Query Editor and then make a little change of your formula.
Index = IF ( OR ( 'OpenLicenseUsage-9601427'[Action] = "Released", 'OpenLicenseUsage-9601427'[Action] = "Acquired" ), RANKX ( FILTER ( ALL ( 'OpenLicenseUsage-9601427'), OR ( 'OpenLicenseUsage-9601427'[Action] = "Released", 'OpenLicenseUsage-9601427'[Action] = "Acquired" ) && 'OpenLicenseUsage-9601427'[User] = EARLIER ( 'OpenLicenseUsage-9601427'[User] ) ), 'OpenLicenseUsage-9601427'[Index], , asc ) )Best Regards,
Dale
v-jiascu-msft
8 years agoMicrosoft Employee