Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
OscarSuarez10
Helper III
Helper III

Use Python in Power BI

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.

NPV duda.jpgNPV mensaje de error.jpg

NPV duda.jpg

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

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

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

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

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-piga-msft
Resident Rockstar
Resident Rockstar

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

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.