Forum Discussion

n_b_'s avatar
n_b_
Regular Visitor
5 years ago
Solved

Return a string with LASTNONBLANK?

I need to build a dashboard in which the last non-blank item in each column is displayed. This is super easy to do for number columns but I can not figure out how to do it for the text columns. Any h...
  • dedelman_clng's avatar
    5 years ago

    Hi n_b_ - try using

     

    LASTNONBLANKVALUE( Calendar[Date], MAX( maintable[Category - Name] ) )

     

    You should then not need the additional FILTER statement.

     

    Hope this helps

    David