Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
I have two tables: ACTRANS (transaction table, direct query mode) and ACTIVITY (kind of accounts table, import mode), they are related two each other using many-to-many relationship with ACTIVITY filters ACTRANS table.
I added calculated column in ACTIVITY Table with following formula
CALCULATE(COUNTROWS(ACTRANS))
Such formula incorrectly calculates number of transcations in ACTRANS table. When i changed ACTRANS from direct query to import mode, formula calculates accurately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.