Forum Discussion

Narender's avatar
Narender
Icon for Resolver I rankResolver I
8 years ago
Solved

Add a column in Power BI existing table

Hi All,   I have a table and I want to add a coulmn in that table Suppose Column_Flag in TableA.   Also I want to insert a charcter in each row of Column_Flag. Menas Cloumn_Flag=A  .   Wheneve...
  • Thejeswar's avatar
    8 years ago

    Hi Narender,

    If this new column to be added is not based on Any Conditions, i.e. If all the Entries in Column_Flag will be equal to 'A', just that the colmn should be automatically populated whenever new data comes, then you can achieve it using "Column From Examples" option in the Add Column of the Power Query Ribbon. Sames is show in the below pics

    Add Column from ExampleYou just directly specify a Character for it to be repeated in all rows

     

     

     

     Hope this solves your issue!!!