Forum Discussion
flunte70
Helper I
8 years agoHow 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...
- 8 years ago
You can just write it as column1 + column2 + column3, your formula doesn't make much sense in a row context