Forum Discussion
sharath123
4 years agoHelper I
when 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
4 years agoSuper User
- sharath1234 years agoHelper I
amitchandak even without printing also the two tables are loading into powerbi