Forum Discussion

powerbityro's avatar
powerbityro
Helper II
6 years ago
Solved

SUM ( RELATED () ) dont work

Hi all,
 
i have the following calculation with SUM ( RELATED () ) which dont work:
 
X = CALCULATE(SUM('Table1'[ABC]) / SUM(RELATED('Table2'[CDE])); ALLSELECTED('Table1'[EFG]))
 
i have the error massage that SUM only accepts one column reference as argument.
how can i bypass the SUM(RELATED())?
 
many thanks

3 Replies