Forum Discussion
mahawkins3
8 years agoHelper I
Cannot create relationships - Power BI finding duplicates that do not exist
Hi all, I am trying to create a relationship between two tables. Table 1 ('CLTV') contains all transactions, including the User_ID for the customer making each transaction. Table 2 is a c...
- 8 years ago
You may use the formula below.
Table = FILTER ( DISTINCT ( CLTV[User_ID] ), NOT ( ISBLANK ( CLTV[User_ID] ) ) )
WolfBiber
8 years agoMicrosoft Employee
Hey,
look if you have (Null) value and maybe an empty value '' in your table. As far I can remember both are treated equal for an relationship. So you have to filter them out