Same issue! At least within Graph Explorer that I'm using to experiment prior to coding.
A popup selector even shows up when I type $select= into the URL, and I choose a simple property like "title", and then it fails with invalidRequest. Some of them partially work, however, such as the "body" one. I say partially because it returns a response, but includes ALL the properties, not just the one I $select'ed.
In addition to the $select, the $filter seems to have issues too, as I was issuing what appears to be a simple request for $filter=isOwner+eq+false but that also gets invalidRequest for unclear reasons.