Forum Discussion
Creat more than one relationship
- 5 years ago
Power Query --> Append Queries--> Append as new(it will constitute of the all the columns from your other tables)
In the transformation steps, remove all the columns those are not required -->Remove duplicates and your table is ready to be used as slicer.
Hello Anonymous ,
Try creating a new table with all the unique values of Business Unit.
You can do that in Power Query by appending this column from all tables.
Then use the business unit as a slicer/filter from the newly created table for your requirement.
Thanks
Hallo PC2790,
I created a new table: Power Query --> new Query --> combine --> combine and add as new Query (marked the BZ columns from each table that I want to filter in the graphic)
Then I used the BZ-column of the new created table as slicer but it does not affect the graphic.
Is there something I missed?
- PC27905 years ago
Community Champion
Power Query --> Append Queries--> Append as new(it will constitute of the all the columns from your other tables)
In the transformation steps, remove all the columns those are not required -->Remove duplicates and your table is ready to be used as slicer.