Forum Discussion
PowerrrBrrr
4 years agoHelper III
Direct Query limitation on Time()
Hi, I have a table fetchind data using direct query and it has a timestamp column. I would like to convert the timestamp to another time zone. the way i would do it in import mode would be to create...
aj1973
4 years agoCommunity Champion
Hi PowerrrBrrr
You might want to add a
- Table with a generic Timestamp column like the one you have in your Fetched table.
- To the new table add a column with the duration you want to add(can't do it in power query though)
- Relate the 2 tables on the Timestamp columns
- You should get something close to this
- PowerrrBrrr4 years agoHelper III
aj1973 creating a calculated table using a DAX expression is not supported in DirectQuery mode.
- aj19734 years agoCommunity Champion
Says who???
Have you tried? I have look at the img