Forum Discussion

kroman's avatar
kroman
Icon for Helper II rankHelper II
3 years ago

WINDOWs Relation parameter only contains columns added by DAX table functions. This is not supported

Hi All

I have a 100 rows table and trying to get a bunch of rows with WINDOW command but getting following error

 

on following query

EVALUATE  
     VAR Window1 =  WINDOW(1, ABS, 5 , ABS ,Data100Rows, MATCHBY([ID])) 
RETURN Window1

Any idea what I am doing wrong?

Thanks

1 Reply