Forum Discussion
PowerrrBrrr
Helper III
4 years agoWhat's the alternative to use with Direct Query?
So I have table with [TimeStamp] in it and I have created a custom column with below formulae =DateTimeZone.RemoveZone([TimeStamp])+#duration(0,3,0,0) , but this custom column was allowed in Im...
- Anonymous4 years ago
PowerrrBrrr
Of course you can do that in dax, you may create the measure in Direct Query mode.Measure = MAX([DateTime])+TIME(3,0,0)Best Regards
Paul
Anonymous
4 years agoNot applicable
PowerrrBrrr
Helper III
4 years agoyeah.. but this you cant create with direct query