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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I am not sure what I am doing wrong, but there is the data model
and there are the data that's in Table B and Table C - they are identical
TableB
TableC
I basically want to do a countrows of TableA, but with two criterias, that is if TableB[Count] = 1 OR TableC[Count]=2
It should return 1 row, because either of these are true.
When I write -
it gives me an error and says
Is there a way to easily fix this? Thank you! much thanks in advance
Solved! Go to Solution.
This worked
This worked