I am making the transition from ArcGIS Desktop to Pro, but I'm having trouble with definition queries. I am currently working with a list of geographies and I want to write a query to only show certain polygons. In Desktop, I would type something like Name in ('Example1', 'Example2', 'Example3') using the "Get Unique Values" button. In Pro, it looks like I would have to create a multipart definition query using "or" for each clause I add. Is there a way to create these similar to the desktop version where it gives me a list of unique values that I can create a list from?
In Clause mode, use includes the value(s) and then pick from the list.
This generates the query using IN which you can see when you toggle on SQL mode: