Forum Discussion

Jebilaya's avatar
Jebilaya
Icon for Helper III rankHelper III
2 years ago
Solved

fistnonblank issue

Please see below Dax.

 

I would expect the formula to return "Week40" for both rows as it is filtering the data by the workorderlookup and week40 is the first value

 

However it is returning Week 40 for row 1 and Week 41 for row 2

 

Any ideas?

 

 

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Jebilaya ,

    Please have a try.

    Week Number = 
    CALCULATE (
        FIRSTNONBLANK ( workorderlookup[Week], 1 ),
        FILTER ( workorderlookup, workorderlookup[WorkOrder] = MAX ( 'Table'[WorkOrder] ) )
    )

     

     

    How to Get Your Question Answered Quickly 

     

    If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

     

    Best Regards
    Community Support Team _ Rongtie

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

     

     

2 Replies