Forum Discussion

W2SANC's avatar
W2SANC
Icon for Helper II rankHelper II
5 months ago
Solved

Help With Semantic Model - Different Sums & Counts for Sales in Specific Counties From Total Sales

Hi! I have a sales table where each row is a sale. Each sale has location data - city/town, county, state, zip, census tract (althought some are missing census tracts). I have a second data source wi...
  • v-hashadapu's avatar
    v-hashadapu
    5 months ago

    Hi W2SANC , Thank you for reaching out to the Microsoft Community Forum.

     

    I think this is a data mismatch issue. Since No returns a value but Yes shows “--”, it means the filter is working, but none of the Y counties are matching any rows in Sales under your join key. I suggest you check a few Y counties from the designation table and verify that the exact same MergedCounty_State values exist in Sales, make sure to watch for spacing, casing and formatting differences. If they don’t match exactly or those counties aren’t present in Sales, you’ll get this behavior.