Forum Discussion
damit23183
5 years agoMicrosoft Employee
Index ID from Date Column using Power Query
Hi, I have a Date Column and would like to create INDEX column based on Date values. For example; I have Date Column as show in below figure and from Date Column I want to create ID (Inde...
- 5 years ago
damit23183 , Create a new column like
Date.ToText([Date], "yyyyMMdd")
amitchandak
5 years agoSuper User
damit23183 , Create a new column like
Date.ToText([Date], "yyyyMMdd")
damit23183
5 years agoMicrosoft Employee
Thanks Amit it worked.
Thanks