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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I am having a problem which seems simple, but I am not finding the solution. I am using this formula to create a column telling me if the values of one column can be found in another table :
Solved! Go to Solution.
HI @Anonymous,
You can also try to use 'countrows' and 'filter' functions to filter other records based on current table values.
Flag =
COUNTROWS (
FILTER (
TargetTable,
TargetTable[TV Link] = CurrentTable[TV Link]
&& TargetTable[IsCurrent] = 1
)
) > 0
Regards,
Xiaoxin Sheng
HI @Anonymous,
You can also try to use 'countrows' and 'filter' functions to filter other records based on current table values.
Flag =
COUNTROWS (
FILTER (
TargetTable,
TargetTable[TV Link] = CurrentTable[TV Link]
&& TargetTable[IsCurrent] = 1
)
) > 0
Regards,
Xiaoxin Sheng
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 128 | |
| 88 | |
| 79 | |
| 67 | |
| 62 |