Forum Discussion

fcarro's avatar
fcarro
New Member
8 years ago
Solved

Relation active but not working

Hi everyone,   I've been stuck on this error for some days now... I want to see the number of hypermarkets and supermarkets that have this or this item:   For the supermarkets it works perf...
  • Phil_Seamark's avatar
    8 years ago

    Hi fcarro

     

    The Hypermarket[Assortment Code] column seems to have an extra space at the end of the code.  Relationships need an exact match to work.  I added a calculated column using LEN('Hypermarket'[Assortment code]) and it was returning a value of 4 (the other tables were returning 3.

     

    I created a new calculated column in the Hypermarket table to test as follows

     

    When I changed the relationship to use this new column, it worked.

     

    I recommend you fix the problem in the query editor.  Highlight the column in question and use the "Clean" and "Trim" options to tidy up.  Probably best to do this on both tables.