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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi Export,
Good day,
I have two column with two different table how compare in IF condition.
Condition=IF(TableA(Name)=TableB(Name) && age>18,1,0)
TableA(name)=tableB(name) not compare throughing error.
My Condition:
who patients who have operation discharge same day
I have columns like admitteddate,Dischargedate in Table
TableA Name= TableB Name
Table age >18
I have given relationship two table TableA Date and TableB Admitteddate
Please anybody help
Thnaks
Shanvitha_V
Solved! Go to Solution.
Hi @Shanvitha_V
please try
=
IF (
TableB[admitteddate] = TableB[Dischargedate]
&& TableB[age] > 18
&& TableA[name] IN VALUES ( TableB[name] ),
1,
0
)
Hi @Shanvitha_V
please try
=
IF (
TableB[admitteddate] = TableB[Dischargedate]
&& TableB[age] > 18
&& TableA[name] IN VALUES ( TableB[name] ),
1,
0
)
tamerj1,
Good day,
I have creating Table B as Calculated column
So what is your ultimate goal? Do you want to check if the name in the current row of tableB exist the name column of tableA?
tamerj1,
yes.
or
My requiredment is below I need DAX formula
who patients who have operation discharge same day
I have columns like admitteddate,Dischargedate in TableB
TableA Name= TableB Name
Table age >18
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 105 | |
| 40 | |
| 33 | |
| 25 |