Ultimate access to all questions.
Consider a scenario where you need to connect to and query datasets using the XMLA endpoint in Fabric. You have a tabular model with a table named 'Customers' that contains columns 'CustomerID', 'FirstName', 'LastName', and 'Country'. Write a DAX query to find the number of customers in each country. How would you structure this query?