Forum Discussion
Anonymous
8 years agoNot applicable
Create relationship between two columns without unique values?
I'm trying to relate two date&time columns in two separate tables. One column captures the date&time a prospect entered my recruitment system. The other column captures the date&time of uniqu...
- 8 years ago
Anonymous, it is always good practice to have a separate date table, something like the following will help you create one: https://www.agilebi.com.au/blog/power-bi-date-dimension
I would then join each of your 2 tables to the separate date table to get around your issue.
Anonymous
8 years agoNot applicable
In the past what i've done to overcome this challenge is simply hop in the query editor and "remove duplicates" from the data set. I wouldnt advise you do this is many duplicates exist but if its a matter of very minimal data points causing the issue it can at least get you started.
Many to many relationships cannot exist in PBI as far as I know.
- Anonymous8 years agoNot applicable
Anonymous Considering the scope of my inquiry I can probably get away with this, at least as a stopgap solution! Thanks.