Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi Power BI Community!
I have two tables with each column of supplier names. I want to used the combination as a slicer.
I want to combine these two but I tried appending and merging. Nothing works as a slicer.
What is the right way to do it?
Solved! Go to Solution.
@Anonymous , You can create new common/bridge table and join with both tables
new table = distinct(union(all(Table1[supplier]), all(Table2[supplier])))
or
distinct(union(distinct(Table1[supplier]), distinct(Table2[supplier])))
refer to my video
Bridge Table: https://www.youtube.com/watch?v=Bkf35Roman8&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=19
@Anonymous , You can create new common/bridge table and join with both tables
new table = distinct(union(all(Table1[supplier]), all(Table2[supplier])))
or
distinct(union(distinct(Table1[supplier]), distinct(Table2[supplier])))
refer to my video
Bridge Table: https://www.youtube.com/watch?v=Bkf35Roman8&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=19
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
83 | |
75 | |
64 | |
39 | |
34 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |