Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Multiple csv-files and changing content

What is a SharePoint Map? Is that a sharepoint site documents? If yes, you can simply Sync that folder locally, and you will always have files sync...

5 years ago
Forum
Reply
RE: Multiple csv-files and changing content

Hi Maarten, See this post for a solution, download that file attached:

5 years ago
Forum
Reply
RE: Macro to copy specific workbooks from sub-folders

It would be appreciated if you would kindly provide me with the code to do this Hi Howard, That's exactly what I did, you have in the previous...

5 years ago
Forum
Reply
RE: Power BI desktop - percentage function

Salut, If you have tried to find in Power BI the same functions from excel, you should know that they are not the same, you have to build the calcu...

5 years ago
Forum
Reply
RE: Can we have one step M code to extract Text Before delimiter with multiple delimiter in Power Query

Or, you can use the loop with the entire table, and use the Replacer function: TransformStep= List.Accumulate({".DWG",".TIF",".ZIP","-","&"},#"Tri...

5 years ago
Forum
Reply
RE: Can we have one step M code to extract Text Before delimiter with multiple delimiter in Power Query

Or, You can use the same power query loop I explained to you in your previous post: The loop will be: = Table.TransformColumns(#"Trimmed Tex...

5 years ago
Forum
Reply
RE: How to remove duplicated headers when importing from folder

Attached a sample file that reads a folder with csv files. The path to the folder can be set in settings sheet, then just refresh the data table. ...

5 years ago
Forum
Reply
RE: How to remove duplicated headers when importing from folder

This is one of many reasons for NOT to use automatic file combiner. However, you can simply apply a filter on the first column to remove records th...

5 years ago
Forum
Reply
RE: Macro to copy specific workbooks from sub-folders

There are many more issues in your code. You have 2 lines with If...Then, but only 1 End If closing line. Second issue: move static parameters l...

5 years ago
Forum
Reply
RE: Dynamically expand and change column types when new records added

Glad to hear you managed to make it work. Best, Catalin

5 years ago
Forum
Reply
RE: Dynamically expand and change column types when new records added

Looked into your file, and you have multiple tables in the Custom column. To get all headers (on some rows there may be different headers), you hav...

5 years ago
Forum
Reply
RE: Dynamically expand and change column types when new records added

Instead of {"Column1", "Column2", "Column3"}, simply READ the existing column names dynamically from the previous step: Table.ColumnNames(#"Added C...

5 years ago
Forum
Reply
RE: Dynamically expand and change column types when new records added

I thought it's obvious that what I provided is for formatting all columns. You don't have to go manually and expand the new columns, that's what Ta...

5 years ago
Forum
Reply
RE: Dynamically expand and change column types when new records added

Hi Chris, You can use an iterative function to loop through all columns. When you change a column format, this is what PQ generates: = Table.Tra...

5 years ago
Forum
Reply
RE: Change to code if a value is false, need to print to different sheets and format to if it is true.

I guess you can check the third column, rows 24 and 50: If range("C24")="" then...you can hide the range between rows 24 and 50 If range("C50")=...

5 years ago
Forum
Page 67 / 130