Forum Discussion

flunte70's avatar
flunte70
Icon for Helper I rankHelper I
8 years ago
Solved

How to add a Serial Number or Row Number Column in Power BI?

I want to add a column with a formula where I add three other columns.   I have done so in table view by adding a column with the following syntax:   Server = SUMx(tbl; tbl[KAP Fysisk] +tbl[KAP P...
  • jthomson's avatar
    8 years ago

    You can just write it as column1 + column2 + column3, your formula doesn't make much sense in a row context