Forum Discussion
telesforo1969
10 months agoHelper V
Create a date-time field from a date column and a number column with the time in "DirectQuery Mode"
I need help joining two columns, one containing values in date format and the other containing the time in number format in DirectQuery mode.
Omid_Motamedise
10 months agoSuper User
Hi,
You can add a new column using the following formula
[Fecha]& #time([Hora],0,0)
for detail see the attached file
- telesforo196910 months agoHelper V
Thank you very much, but I am connected in DirectQuery mode and it does not allow the transformation; it asks me to switch to Import mode.
- telesforo196910 months agoHelper V
Thank you very much, but I am connected in DirectQuery mode and it does not allow the transformation; it asks me to switch to Import mode.