Forum Discussion
Anonymous
6 years agoNot applicable
Date.adddays function not supported in Direct Query Mode ?
Hello Trying to add a custom column in Query editor with date function in direct query mode is giving a message "Step is not supported in DIrect Query Mode". Function used is - Date.AddDay...
- 6 years ago
Hi Anonymous ,
Based on my test, we cannot use the function for direct query.
We can use calculated column to work around.
Column = 'Product'[SalesDate] +3
v-frfei-msft
6 years agoCommunity Support
Hi Anonymous ,
Based on my test, we cannot use the function for direct query.
We can use calculated column to work around.
Column = 'Product'[SalesDate] +3
- Anonymous6 years agoNot applicable
Thank you. That was much simpler option