Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I want to creat a uniqe value from different table Table 1, Table 2, Table 3 and applyed the following formula
New Table = UNION(DISTINCT('Table 1'[Name]), DISTINCT('Table 2'[Name]),DISTINCT('Table 3'[Name])) and it works for me.
But I want to filter out Values/Attribute with in Table 2 so that this values shoud be excluded from the new table.
Would you please support on this?
Thank you!
Solved! Go to Solution.
Replace DISTINCT('Table 2'[Name]) with
CALCULATETABLE(DISTINCT('Table 2'[Name]), 'Table 2'[Name] <> xyz)
Replace DISTINCT('Table 2'[Name]) with
CALCULATETABLE(DISTINCT('Table 2'[Name]), 'Table 2'[Name] <> xyz)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 7 | |
| 6 |