Forum Discussion
Anonymous
6 years agoNot applicable
'FILTER' syntax is suddenly incorrect
Hi all, I've been working with this particular report for quite some time. I created it ages ago and it has been reloading on a daily basis and people in my company are using it quite often. But ...
- Anonymous6 years agoI was using another PC that had different settings, which messed up the distinction between ',' and ';'. My bad!
amitchandak
Super User
6 years agoAnonymous , Try like
Relevant WO =
MAXX(
TOPN( 1, FILTER (
WO,
WO[I_DATE] <= MAX ( Calendar[Date] )
&& (WO[G_DATE] >= MIN ( Calendar[Date] ) || isblank(WO[G_DATE]) )
&& not(isblank(WO[I_DATE]))
), WO[I_DATE], DESC),WO[WO_CODE])- Anonymous6 years agoNot applicable
I don't know, it's still throwing the same 'The syntax for 'FILTER' is incorrect'-error... 😞
Please refer to the reply on the other provided solution. I have a feeling the problem is in the 'MAXX' and/or 'TOPN'.