Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Date Table Creation Queries

Hi community. I am creating a Date Table that I do not require to always input the columns but one stack of code. As I was creating it, I had a problem which was referencing other columns in a new c...
  • v-janeyg-msft's avatar
    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

  • Anonymous's avatar
    Anonymous
    4 years ago

    THis is awesome v-janeyg-msft .