Forum Discussion
Filter multiple queries withour relationship
- 8 years ago
Hi ONCKdata,
You could create a third table to get the unique column Manufacture, then you can create the relationships with the tables.
1. Create the third table in Query Editor by Append Queries as new.
2. You could remove other columns and the Duplicate rows.
3.Create relationships among the tables like below.
4. Then you could create the Slicer with Manufacture in Append table.
For reference,you could have a look at my test pbix file which has been attached below.
Best Regards,
Cherry
Hi ONCKdata,
You could create a third table to get the unique column Manufacture, then you can create the relationships with the tables.
1. Create the third table in Query Editor by Append Queries as new.
2. You could remove other columns and the Duplicate rows.
3.Create relationships among the tables like below.
4. Then you could create the Slicer with Manufacture in Append table.
For reference,you could have a look at my test pbix file which has been attached below.
Best Regards,
Cherry
This helped me fix my report. Thank you