Forum Discussion

Toune84's avatar
Toune84
Regular Visitor
4 years ago
Solved

Trouble with conditional columns

Hello all!   I have something quite difficult to do for an amateur like me on PowerBI. I am completely stuck on this. I would be really grateful if someone can help me. Below is my database with 6...
  • amitchandak's avatar
    4 years ago

    Toune84 , You can get last date for same nftld like this , you can add more filters if needed

     

     

    maxx(filter(Table, [nftld] =earlier([nftld]) && [date] < earlier([date])),[date])