Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have a table and 3 columns (N, P and J)
I want it to calculates the values in thesecolumns and return the result to column M
below is the expression
=((N5*2)/J5)-N5
Solved! Go to Solution.
@TOYER01 Try:
M Calculated Column = =(([N]*2)/[J])-[N]
@TOYER01 Try:
M Calculated Column = =(([N]*2)/[J])-[N]
Did you try = Sum(Divide((N5*2),j5)-N5) ?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |