Forum Discussion
Date Table Creation Queries
- 4 years ago
Hi, Anonymous
I checked your code, and saw you use 'addcoumn' function to create your date table, you should know that the new columns are side by side, so you can’t refer to one column from another.
You have two ways, one is to use addcolumn nested, so that the following columns can refer to the column names in the previous table.
The second is to create a new column in the form of a calculated column.
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,Community Support Team _ Janey
- Anonymous4 years ago
THis is awesome v-janeyg-msft .
Hi, Anonymous
I checked your code, and saw you use 'addcoumn' function to create your date table, you should know that the new columns are side by side, so you can’t refer to one column from another.
You have two ways, one is to use addcolumn nested, so that the following columns can refer to the column names in the previous table.
The second is to create a new column in the form of a calculated column.
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
- Anonymous4 years agoNot applicable
THis is awesome v-janeyg-msft .