Forum Discussion
Dynamically keep last entry in table & expand section
- 6 years ago
Anonymous click advanced editor and add a filter step with following M expression, assuming this is the last step
#"Last Row" = Table.SelectRows(<previous query step here>, each [Index] = List.Max(<previous query step>[Index])) in #"Last Row"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.⚡
Anonymous click advanced editor and add a filter step with following M expression, assuming this is the last step
#"Last Row" = Table.SelectRows(<previous query step here>, each [Index] = List.Max(<previous query step>[Index]))
in
#"Last Row"
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.⚡