Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Power Query from External workbook is not creating Table with QueryTable inside

Hi Jacek, Every listobject has that property , you cannot make changes to programming language itself to add more properties and methods. Can yo...

6 years ago
Forum
Reply
RE: Copy current data to master set instead of Append

after you get the list of files in that folder, add a new column with the formula: =Excel.Workbook([Content]) Then you will expand this new colu...

6 years ago
Forum
Reply
RE: Copy current data to master set instead of Append

It's not right Chris. Use a query from File> From Folder, not a query from excel file for each file in a folder. whenever a new file is added...

6 years ago
Forum
Reply
RE: Combobox with dates

Hi Christina, In Monthly_Performance_View!C34 you have text, and in "Monthly_Performance_Data" sheet you have dates formatted to be displayed as "m...

6 years ago
Reply
RE: how to extract all attachment from particular outlook folder

Hi, You can try the code from this resource:

6 years ago
Forum
Reply
RE: Wildcard search in columns

Indeed, this happens frequently when adding custom M code. There are many things that can prevent query folding, you can read more on web about thi...

6 years ago
Forum
Reply
RE: Wildcard search in columns

Hi Martin, There is nothing wrong with your version, you have the latest version and more, it's an office insider version. Try the attached file...

6 years ago
Forum
Reply
RE: Using Dropbox with Power Query

Hi Jim/Brent, You should have a table with 1 column and 1 row, the table name will be SourceFolder: Source Folder E:Dropbox Th...

6 years ago
Reply
RE: Wildcard search in columns

Hi Martin, I tested 2 more alternatives for you, after splitting the description into words (split by space). One using List.PositionOfAny to id...

6 years ago
Forum
Reply
RE: Wildcard search in columns

Please take a look at this similar forum topic: It's very easy to update to your situation, you can make it case sensitive or not, many alternatives...

6 years ago
Forum
Reply
RE: Wildcard search in columns

Hi Martin, You don't have to upload company data, but I'm sure you can prepare a file with sample lookup tables, sample data table and an example o...

6 years ago
Forum
Reply
RE: Filtering two coluums in same or separate steps

Or, you can manually edit the formula: = Table.Sort(#"Filtered Rows",{{"JOCKEY", Order.Ascending}}) will be: = Table.Sort(#"Filtered Rows",{{"JO...

6 years ago
Forum
Reply
RE: Using Dropbox with Power Query

Hi Rajeev, When dropbox is installed, a json file is created in AppData folder, you can extract the dropbox path from that file using a simple code...

6 years ago
Reply
RE: What is the best way to merge (index & match in Excel) column with two different tables in Power Query

I really cannot see the problem you see. You just have to rename the columns that have the same data before append, the append will work. Provide s...

6 years ago
Forum
Reply
RE: Ranking multiple column using Power Query

There is no UI ranking, but you can try this: Sort 2017 column Descending, then add an index column, this index will be your 2017 ranking. Do the s...

6 years ago
Forum
Page 78 / 130