Forum Discussion

jhauw74's avatar
jhauw74
Icon for Helper I rankHelper I
1 year ago
Solved

Identifying pass/fail based on binnings

Hello expert,   I am stumble on how I can create a dax that'll able to identify pass/fail based on the intervals. I have a data set that has various cases ID that has been binned into categories...
  • jhauw74's avatar
    1 year ago

    Hi - thanks for all your help. 

    I found the solution by creating a sequential mapping in excel - then I added up each of the sequential as a sum eg. Bins 1 --> 1, Bins 2 -->2, Bins 3--> 3 then to sum it and make it as ID eg. 1+0 = 1, 1+2= 3, 1+2+3 =6 and so on. This will identify if there's any missing gaps throughout the bins's sequence.