Forum Discussion

Elie_HUCHET's avatar
Elie_HUCHET
Helper III
4 years ago
Solved

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...
  • amitchandak's avatar
    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")