Forum Discussion
Tahech
3 years agoHelper I
Power BI: How to use Python to access multiple tables?
I'd like to do something like this inside PBI: import pandas as pd
import numpy as np
proc = cad_processo
moeda = tab_moeda_data
def name_of_the_function(proc, moeda):
df = code...
ret...