Forum Discussion

CharlesRondo's avatar
CharlesRondo
Frequent Visitor
7 years ago
Solved

Relationship Many to Many error

I have two tables with the same format, I created them by applaying a filter from an original table, so they are exactly the same but with different values. The colums are: Country, year, segment, vehicle and value.

So, I created relationships to these tables, but I can't make them active telling me the relations are ambiguous

Plus, I made a simple measure  with the tables:

 

2018 % = sum('2018'[Production Volume])/ sum('2018 LP'[Production Volume])-1 

 

Works, but only at different levels.

 

the levels are: Country then Segment, then vehicle. Only works at Segment level.

 

 

  Thanks for reading.

 

1 Reply