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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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