Forum Discussion
Anonymous
4 years agoNot applicable
Relationship (Strange behavior)
Hi there, I came across a weird behavior into PBi today. I tried to create a relationship between two tables using the email field, on the table view_leads the email is unique but on the table sc...
amitchandak
4 years agoSuper User
Anonymous , view_lead does not have unique email or have blank record for email. Check for these 2 first
Anonymous
4 years agoNot applicable
Yes, I found a few blank records for email. Is there any way to omit this blank records in order to create that relationship?
- PaulDBrown4 years agoCommunity Champion
You can filter out the blanks in Power Query. However, that would potentially leave out rows and leave orphaned records when you use the dimension table. One way of avoiding this is to create an ID column, for example by concatenating name with email. Or creating a fake email for blank values as an ID
- Anonymous4 years agoNot applicable
It didn't work.
- PaulDBrown4 years agoCommunity Champion
What didn't work?