The model I have provided is very much abbreviated, I wanted just to create a very simple model to explain my problem. In this model the Step Number Text Column is providing the context for DATEDIFF calculation. The Index column is just allowing me to sort in the correct order.
I would assume that perhaps in my real model, we would end up with something like SELECTEDVALUE to drill down to the specific rows, or something of that nature.
It looked promising at first glance, however in our case the Index number that was utilized in the above Youtube clip won’t work.
As over time we have added more process steps (continuous improvement), so when we first started the “Step #14” shows as index no 14 in my examples, Today with all the additional improvements the current Step #14 could well be Step #30, hence we would not have reliability with the Index number. The only thing we have that is unique is the Step Number Text column. Again for simplistic purposes the Step numbers shown are very detailed and unique in my real model.
Curious question if I had to do an average measurements of time taken by month let’s say, how would it differ from current DAX measurement, below image would show Average by Fiscal Year & Month.
It would appear to do this I’d have to create a virtual table in my real data file?
I added the following measure to get the average over FY and month
Sorry I haven’t prepared anything to post yet regarding the Average issue, hopefully I’ll be afforded more time tomorrow to post an updated pbix file etc.