Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi! I'd like to have some help on the invoke custom functions in Power Query.
I have several (approximately 40) Excel sheets downloaded from the system for clients' order data. Each file represents each client's order records during the selected date range. One of the drawbacks is that, when exported, it does not include any useful information, for example, customer name, in the file name. Instead, it simply shows as "Exported_YYYYMMDD" for every exported file.
I'd like to put all these files into a folder and create the Invoke Custom Function in Power Query and process them in bulk. Even though each file contains the same set/ sequence of columns, their header is slightly different from one to another BUT I need the information from the header to be part of data processing.
As the example picture shows, I am not able to get the customer name from the file name when exported. I will need to capture it from the header of "Cus_Name". But each file has a different amount of header before the main table. I am looking for any creative ideas to work around this issue. I appreciate your help and insights in advance! Thanks!
Hi @jts_ ,
In Power BI, you can create a custom function to rename multiple tables in bulk using Power Query Editor. However, it is not possible to rename tables based on the column value dynamically. You can refer the following links to create a custom function to rename the tables:
How to use Power Query Custom Functions (exceloffthegrid.com)
Bulk renaming columns in a table using a Power Query Custom Function (theta.co.nz)
powerbi - Power BI: Renaming many tables and columns using the keyboard - Stack Overflow
Best Regards
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.