Forum Discussion
Issue with many-to-many relationship
- 9 years ago
For this to work, you will have to use a measure in your grid. Unless you have a measure, you will keep getting this error message.
Try creating a simple measure like
Test = countrows(EventTable)
Then add Temporalitie, Event and the Test measure to a grid, and you should get the result.
when I try to create a grid with both events and temporality it gives the relationships error.
Which is strange, you are right, since it seems able to filter out events based upon temporality, so the relationship seems to be there somehow,
For this to work, you will have to use a measure in your grid. Unless you have a measure, you will keep getting this error message.
Try creating a simple measure like
Test = countrows(EventTable)
Then add Temporalitie, Event and the Test measure to a grid, and you should get the result.