Forum Discussion
Data Modeling w/ Multiple Facts
- 2 years ago
Just as an update. I found my issue. I no longer need a bridge table because I corrected some data in our source. What was happening was a specific user kept using a placeholder ID that was the same and I told them that they could not do that. Once that data was corrected and removed the relationship between the two tables worked as intended.
Hello ElvirBotic ,
What Should work is to have a table that has unique project IDs that is then linked to both tables and then view the values by this new table.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote for my Community Mobile App Idea 💡
- ElvirBotic2 years agoHelper III
I have created a bridge table and removed all duplicates from the table, but filter propigation is not working. Current relationships are...
"Project Fee" M:1 "bridge Table" than...
"Bridge Table" M:M "Project"
I do not see why it is doing this when I am removing all blank rows and removing duplicates.