Forum Discussion
sharath123
Helper I
4 years agowhen I write this python script in PowerBi, how can i get only one table?
df=DataFrame(list_cur) start_date = "2021-08-19" after_start_date = df["createdOn"] > start_date filtered_dates = df.loc[after_start_date] when I write this python script in PowerBi, it is load...
amitchandak
Super User
4 years ago- sharath1234 years ago
Helper I
amitchandak even without printing also the two tables are loading into powerbi