Forum Discussion
tkavitha911
Helper III
1 year agourgent help needed
AdjustedArrivalDate1 = VAR ETA = MAXX( FILTER(Inbound_Query, NOT(ISBLANK(Inbound_Query[Max of ETA]))), Inbound_Query[Max of ETA] ) VAR ClearanceDays = MAX(Inbound_Query[Clearence day...
- 1 year ago
Hi tkavitha911 ,
You don't need to declare the table name in an X-Function as you're iterating over a virtual table that you've created, not the actual base table.
Try deleting the table reference here:Pete
v-saisrao-msft
Community Support
1 year agoHi tkavitha911,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.