Forum Discussion
Anonymous
7 years agoNot applicable
minimum direct query mode
Hi, Within direct query mode, I get the following message trying to find a minimum transaction date: Function 'MIN' is now allowed as part of a calculated column DAX expressions on DirectQuery m...
v-danhe-msft
7 years agoMicrosoft Employee
Hi Anonymous,
Based on my test, you could use "FIRSTNONBLANK" function to substitude the "MIN" function.
You could refer to below link:
https://msdn.microsoft.com/en-us/query-bi/dax/firstnonblank-function-dax
Reagards,
Daniel He