Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Help with equivalent PowerBI ISNA and VLOOKUP Function

Hello, Apologies as I’m still new to PowerBI. In PowerBI I have 2 tables that are connected via 1-to-many:   UserLookup – contains simple user data for our application such as their name, start d...
  • parry2k's avatar
    parry2k
    6 years ago

    Anonymous add the following measure, change column, and table name as per your model.

     

    Measure = 
    VAR __status = CALCULATE ( LASTNONBLANK ( Timesheet[Status], 1 ) )
    RETURN IF ( __status == BLANK(), "Missing", __status ) 
     

     

    I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

    Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.