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.
Solved! Go to Solution.
Hi @Anonymous
Please try
Total Amount =
CALCULATE (
SUM ( Table1[Amount] ),
CROSSFILTER ( Table1[Account ID], Table3[Acount ID], BOTH )
)
Hi @Anonymous
Please try
Total Amount =
CALCULATE (
SUM ( Table1[Amount] ),
CROSSFILTER ( Table1[Account ID], Table3[Acount ID], BOTH )
)
thx! You make me realize I haven't been prescriptive enough in my description: I need this to work at the relationship leve; that's an example, the model will contain many tables with many dimensions and many measures and users have to be able to create whatever view they may require: can't creative a measure for every possible scenario.
@Anonymous
Either tables need to be combined or the relationship need to be two way. Seems to me both opinions are not possible in your case which leaves you with the DAX solution