Thanks for the join suggestion. I did write a measure to find the corresponding record in the Customers table and it returned 170. Here is the measure:
Orders with no customer = calculate(DISTINCTCOUNT('Sales Data 2022'[OrderNumber]), filter('Sales Data 2022', isblank(RELATED('Customer Lookup'[CustomerKey]))))