Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello, I need to use python in Power BI, I already installled all the Python modules and I have to use
the NPV function from numpy library but I don´t know how to select the data to use in the script from the .xlsx file that I already uploaded, I nedd to use the value from 'TASA DE INTERES' as rate, and 'FLUJO DE CAJA' as values.
Solved! Go to Solution.
Hi @OscarSuarez10 ,
Based on your error message, it seems that the name "np" is not defined.
You need to change your fomula like below and try again.
import numpy as np NPV= np.npv(0.06,[-100,500,700,800,200]) NPV
Best Regards,
Cherry
Hi @OscarSuarez10 ,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please feel free to ask.
Best Regards,
Cherry
Hi @OscarSuarez10 ,
Based on your error message, it seems that the name "np" is not defined.
You need to change your fomula like below and try again.
import numpy as np NPV= np.npv(0.06,[-100,500,700,800,200]) NPV
Best Regards,
Cherry
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |