Forum Discussion
pepito
8 years agoFrequent Visitor
Operation with column
Hello comunity,
Neebie in power BI , i'm trying to make a table frome request.
is it possible to make operation like column1/column2 like it's possible in qlikview (=Column(5)/Column(2))
Thank you
- Anonymous8 years ago
Hi pepito,
Power bi not contains row index and column index, you need to use column name to calculate with specific columns.
Calculate column formula:
Result = Table[Column5 Name] / Table[Column2 Name]
Regards,
Xiaoxin Sheng
1 Reply
- AnonymousNot applicable
Hi pepito,
Power bi not contains row index and column index, you need to use column name to calculate with specific columns.
Calculate column formula:
Result = Table[Column5 Name] / Table[Column2 Name]
Regards,
Xiaoxin Sheng