Forum Discussion
Cross Data Filtering
- 9 years ago
Hi Phil_Seamark and Anonymous,
Thanks again for the help. I ended up recreating the initial data table to overcome the issue.
See you guys around the forums!
-Mike
Hi Phil_Seamark,
Thanks for the reply! All three datasources are separate tables. They all have columns which include 'assignment group' 'task type' and 'date'. So I created three further tables containing each of those variables and matched them. Do I need to combine them?
Much appreciated.
-Mike
Hi mshamsiev
You don't need to combine them, but if they are as similar as it sounds like, it will make filtering and other measures easier if they are in the same table.
You can do this in DAX using a UNION function, but I'd recommend you do it in the Query Editor using the Append Queries function on the Home tab.