Forum Discussion
nleuck
9 years agoPost Patron
direct query limitations
Hello I was wondering if someone could explain to me this DirectQuery Limitation. "Time intellegence capabilities are not available in DirectQuery. For example, special treatment of date columns ...
- 9 years ago
nleuck it means that the functionality associated with imported date data is not present in the direct query method.
so essentially what it is saying is implied that the modelling of your data and transformations around dates should be done in the source system (ie. sql)
vanessafvg
9 years agoCommunity Champion
nleuck it means that the functionality associated with imported date data is not present in the direct query method.
so essentially what it is saying is implied that the modelling of your data and transformations around dates should be done in the source system (ie. sql)
- nleuck9 years agoPost Patron
Thank you. I was misreading it as though certain time/intelligence columns that I create in SQL wouldn't be consumed via DirectQuery.