Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello,
I have 2 Fact tables Table 1 & Table2 with no relationship to each other.
I need a column which is actually showing the common values of Table1[Column1] & Table2[Column1].
This new derived column can be in another Fact table or Dim table. Can anyone suggest a good method ?
Solved! Go to Solution.
Please try the following:
Measure = IF(SELECTEDVALUE(Table1[Column1])=SELECTEDVALUE(Table2[Column1]),SELECTEDVALUE(Table1[Column1]))
Hello, Thanks for your reply. I tried a workaround with 'Treatas'.
The logic above will also give results, but if your column is very big means it is taking a reasonably much amount of time to load the visual. But thanks for your suggestion. 🙂
Please try the following:
Measure = IF(SELECTEDVALUE(Table1[Column1])=SELECTEDVALUE(Table2[Column1]),SELECTEDVALUE(Table1[Column1]))
Thanks for the reply. But it is not working in my table, maybe due to a huge number of lines of data. Is there any other way to solve it?
Could you paste some sample data here, please?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |