Forum Discussion
alisonpappas
6 years agoHelper III
RELATIONSHIP HELP
Hi ALl,
I need help with these relationships. "plan total" and "activity total" hold my data and the rest are filters. I want to be able to filter "PlanTotal" by "Activity Prodcuts" or "Activity total" by "plan geography" ect. but they just return the same number. please help
3 Replies
- amitchandakSuper User
alisonpappas , Why you have created two geography tables, can't they be combined in one table?
- alisonpappasHelper III
amitchandak they contain 1 different field so when they match up and i then try and create a relationship to the main tables I get that I need individual values
- amitchandakSuper User
You could have use append or merge to get a single table if there is diff of one field only
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
In Dax, you have crossjoin, natural join etc, to combine tables