Forum Discussion
Elie_HUCHET
4 years agoHelper III
power query-VBA code problem
Hello, I have a very special problem. I created a macro in Excel that works. The latter is used to know the date of entry of information and that the cell is fixed. I wanted to put on macro on Excel...
- 4 years ago
Elie_HUCHET , we can not create macro in DAX, we can create new column in Power Query or DAX as per need
example
New column = Format(Now() , "mm/dd/yy hh:mm:ss")
amitchandak
4 years agoSuper User
Elie_HUCHET , we can not create macro in DAX, we can create new column in Power Query or DAX as per need
example
New column = Format(Now() , "mm/dd/yy hh:mm:ss")