Forum Discussion
lcasey
5 years agoPost Prodigy
Get specific column from Last record
Hello, I have a table that I would like to find the last record and specifically show the "Closed Month" Field. The measure should only display the word Oct-2021 because that is the last record...
parry2k
5 years agoSuper User
lcasey I don't why you are using ALL() in your measure
try this, it doesn't work share sample data:
Measure = CALCULATE(MAX(FY[Closed Month]),KEEPFILTERS(FY[Closed] = "Yes"))
Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to 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.⚡