Forum Discussion
jch
5 years agoMicrosoft Employee
Can't determine relationship between fields
I have 2 tables: 1. Table readin contains a calculated field : Actual Date = if(SEARCH("/",readin[Actual], 1, -1) > 1,DATEVALUE(readin[Actual])) 2. Table DimDate contains a date and associated ca...
- 5 years ago
I appreciate your help on this. The answer ended up being
In a one-to-many relationship, you can only filter the relationship by table like table2, but not vice versa.
Anonymous
5 years agoNot applicable
Hi jch ,
You are trying to use two or more fields from tables that are not related. You need to remove the unrelated fields from the visual and then create a relationship between the tables. Once you have done this change, you can add the fields back to the visual.
Refer to:
Create and manage relationships in Power BI Desktop
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.