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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello All,
I have a 3 Table,
Table1 Table 2
Table 3
and its relation is like this:
T1 (ID)<-->T2(ID)
T2(Ref)<-->T3(ID)
How can i get
1)Count of T1, having a refresence in T3 of Type:B
2)Count of T1 without link to T3
1)
Proud to be a Super User!
Measure 2 returns values as 6, but it should show 2, Only 4 and 6 doesnot have link to T3
My model has the relations via the ID fields. Now I see you us REF for table t2, t3. Than i have to mix it
Proud to be a Super User!