Forum Discussion
Toune84
4 years agoRegular Visitor
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...
- 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])
Toune84
4 years agoRegular Visitor
Thanks a lot for your answer! I combined your solution with this one: https://community.powerbi.com/t5/Desktop/Calculting-min-max-and-average-depending-on-weeks/m-p/2558964#M905234