Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Folks,
Trying to find the best way to do something. I have a field called "Country" on the "Active" employees table. I also have "Country" on the "Terms" table.
What is the best way to take the values from both tables and have it as its own table and to remove duplicates to create a common slicer between the two? The reason I need to do that is because sometimes I have active and term data on the same page. However, I want it to dynamically update based on the countries being added to both tables. Global slicer won't work until a relationship is created to that custom table.
Any guidance?
Solved! Go to Solution.
@Anonymous,
You may refer to the following DAX.
Table = DISTINCT ( UNION ( VALUES ( Active[Country] ), VALUES ( Terms[Country] ) ) )
@Anonymous,
You may refer to the following DAX.
Table = DISTINCT ( UNION ( VALUES ( Active[Country] ), VALUES ( Terms[Country] ) ) )
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
38 | |
31 | |
26 |