Forum Discussion

APS_SW's avatar
APS_SW
Regular Visitor
2 years ago
Solved

Group Table data together showing changes

  This is the raw data I have to work with; and I do not have access to the original queries, but it is build from a local model using a direct Query to OneLake Data Hub, so I can add Messures, Calc...
  • APS_SW's avatar
    APS_SW
    2 years ago

    Figured it out, using the NEW_IndexCat (as above)

    NEW_Offset = 
    MAXX(FILTER(ALL(Fact_Task), Fact_Task[JobNumber] = EARLIER(Fact_Task[JobNumber]) && Fact_Task[NEW_IndexCat] +1 = EARLIER(Fact_Task[NEW_IndexCat]) ), Fact_Task[TaskStatusSk] )