The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
78 | |
73 | |
37 | |
30 | |
28 |
User | Count |
---|---|
107 | |
100 | |
55 | |
49 | |
45 |