Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello Everyone!
I need some help, please.
I want to create a table from selecting only the column "Destination" of the table "Historical" using Python on the PBI.
My tables are in an SQL Server database with one name for the Server and other name for the database
Solved! Go to Solution.
You certainly should use PQ to cleanse your data. On top of that, yes, you can use Python in PQ but given that PQ has so many capabilities and the M language that is so versatile... I would not even try to use Python 🙂 Just try to make use of what's already in there!
Why do you have to use Python to do it? Is it not dead easy thru Power Query's native capabilities?
Hello @daXtreme Thanks for your interest,
My main goal is to clean that column. It contains information that needs standardization, so, I need to create an auxiliar table from that column and apply it after that some transformations.
Maybe, I could create that table with M in Power Query and after that use python.
You certainly should use PQ to cleanse your data. On top of that, yes, you can use Python in PQ but given that PQ has so many capabilities and the M language that is so versatile... I would not even try to use Python 🙂 Just try to make use of what's already in there!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!