Forum Discussion
Using a different table for relationship based on a SELECTEDVALUE
- Anonymous8 years ago
That was the right path... but not an easy one for me: I appended both locations tables into one, adding a Year column to the appended table and getting rid of duplicates LIDs. But then I had a many-to-many relationship between my location table and my project list table, so I had to create a one-column table with LIDs as a bridge table between the Location table and the Project list, allowing a both way relation between this bridge and the Project list... But it now works nicely! ;)
Thx again for your help v-chuncz-msft
Anonymous,
You may use Append Queries (Table.Combine) in Query Editor or UNION Function (DAX) to create a new table.
- Anonymous8 years agoNot applicable
Thx for your feedback. This was my initial idea as well, however it didn't seem to work as I wanted... But as you seem to say it's the most logical way, I'll reinvestigate that option...
- Anonymous8 years agoNot applicable
That was the right path... but not an easy one for me: I appended both locations tables into one, adding a Year column to the appended table and getting rid of duplicates LIDs. But then I had a many-to-many relationship between my location table and my project list table, so I had to create a one-column table with LIDs as a bridge table between the Location table and the Project list, allowing a both way relation between this bridge and the Project list... But it now works nicely! ;)
Thx again for your help v-chuncz-msft