Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I'm using a Python script to perform some transformations to a dataset, but I realized the script returns a list of all dataframes used in the process.
I already tried deleting the dataframes using the del statement in Python, but Power Query keeps returning all dataframes.
# Clean memory
lst = [dataset, inbound, merged, outbound, voicemail]
del lst
Is there a way to tell Power Query to return only a single dataframe?
Thanks in advance!
I want to make numbers like in excel with comma. But, It's convert it to whole number automatically in power bi. Is anyone can help me with that.
in the power query editor, if you change the column data type to "Decimal Number(1.2)"
by left clicking on the existing whole number type and choosing decimal, do you get errors?
thank you for your response. Yes when I change it to decimal numer 1.2 I got an error
I think It's because of the multiple periods(.)
To test it, split the column by delimeter right most delimeter .
If this resolves the error let me know.
It will then depend on the accuracy required.
I suggest formatting in such a way that you have only one "." In the number for decimal places.
Still not working with Delimiter option, but I'll find a way to solve it thanks.
hi @Anonymous,
you could click on down arrow in the Name column,
and use any of the functions ( Name contains, starts with etc.)
this will return the records of selected dataframes.
let me know if this works for you.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |