Hi Kenneth,
I’ve been through the same problem recently, and I figured out it’s possible to define the order by field by setting the attribute show_only on shortcode.
The possible values for this attribute are:
show_only="id" (sort posts by ID)
show_only="newest" (sort posts by publish date)
show_only="title" (sort posts by title)
I hope I helped you 😉