I’m attempting to come up with a DAX expression that enables me to see how many values meet a specified result. E.g., I have two columns in an evaluation named DATE and PRODUCT. I want to create a visual that shows how many DISTINCT PRODUCTS show up on a COUNT of DATES. I've made a quick chart to show my expected result. To be clear, if a unique product appears across 2 unique DATES, then I want it to be counted in the result of 2 in the chart below.