Forum Discussion

Pandadev's avatar
Pandadev
Post Prodigy
6 years ago
Solved

unable to run python code on a combined table to export the table to a csv

I have created a table which is built by apending multiple tables. But when I try to add a python script to apend this table to a csv everytime there is a refresh , I get an error  Formula.Firewall:...
  • v-alq-msft's avatar
    6 years ago

    Hi, Pandadev 

     

    The tables in power query can be recongnized as pandas object directly, so you can simply call other tables by calling relevant pandas object. I'd like to suggest you refer to the following link to see if it helps

     

    How to use Python with mutiple tables in the Power Query Editor 

     

    Best Regards

    Allan

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.