Forum Discussion

PowerrrBrrr's avatar
PowerrrBrrr
Icon for Helper III rankHelper III
4 years ago
Solved

What'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...
  • Anonymous's avatar
    Anonymous
    4 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