The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
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
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