Forum Discussion

Matthias93's avatar
Matthias93
Helper III
9 years ago
Solved

Modify a conditional column

Hi,   I have a pretty basic question, but I can't seem to find the answer. I have created a conditional column in one of my tables. How can I modify these conditions afterwards if I want to make so...
  • v-sihou-msft's avatar
    v-sihou-msft
    9 years ago

    Matthias93

     

    If you want to add the condition column in Query Editor, you can add custom column with Power Query syntax. 

     

    if [Column1] = "a" then 0 else 1