If you are relying on your expression (perhaps a reusable one) to reduce the number of columns coming back then you definitely still need
AsExpandable()
. I thought I had a nice clever expression that was returning me just a few columns but it turned out it was returning the full table. Be sure to check the SQL!