Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Automating repeating steps with Power Query function

This function is used in the query, you can see what arguments are sent to this function. KeyList is a ... list. You can put {"Key","Key2"} to ...

4 years ago
Forum
Reply
4 years ago
Forum
Reply
RE: Using 'From File from Folder' doesn't handle errors or ''key' doesnt exist

Hi Peter, Using the automatic file combiner from folder is not flexible, try following the instructions and sample files from this topic: Instead of...

4 years ago
Forum
Reply
RE: How to use Macros to manage report connections in slicers

If you don't see a specific pivot in Report Connections list of pivots, they have a different cache. You can try running the cache reset codes provide...

4 years ago
Forum
Reply
RE: Automating repeating steps with Power Query function

So you will have around 30 DefTables and 30 Map tables, the Maps might have that Name_To_Skip text? I assume the corresponding tables will have the...

4 years ago
Forum
Reply
RE: Open Latest File from SharePoint

Hi Matthias, Dir works on local file system. An online sharepoint folder is not local, it's online (obviously). From web, you have to download t...

4 years ago
Forum
Reply
RE: Connecting to an OAuth API Like PayPal With Power Query

I don't see errors in the code. With Advanced Editor open, if you press Show Error, what section of code gets highlighted?

4 years ago
Forum
Reply
RE: Connecting to an OAuth API Like PayPal With Power Query

Copy again the GetNextPageData function from above, was missing an opening [ just before RelativePath. Copy again the changes indicated, each line ...

4 years ago
Forum
Reply
RE: Append queries with condition

let Source = Excel.CurrentWorkbook(){[Name="SourceTable"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"Topology", type text}, {"T...

4 years ago
Forum
Reply
RE: How do I efficiently extra multiple tables from multiple webpages?

Should be possible, but hard to say how without seeing the page structure, all depends on the web page structure.

4 years ago
Forum
Reply
RE: Join Queries that collect variables from Excel and will be used in a sql to gather data from an Oracle Database in one query.

Why using separate tables for each parameter? You can put all parameters in a single table, see image attached. You will then be able to use a...

4 years ago
Forum
Reply
RE: TextToColumns date format is changing after split

Why not using Power Query to import csv data? It's much more powerful than TextToColumns. To make the current code work, you have to change your...

4 years ago
Forum
Reply
RE: Assistance Required -- automatically refresh PowerQuery

Hi Cherian, If the file was on your computer, you could use visual basic to schedule a code to run on a specific date, but if the file is not on yo...

4 years ago
Reply
RE: Connecting to an OAuth API Like PayPal With Power Query

Paste the query into a blank new query: (api_url, path, PageNumber, TotalPages, token)=> let JsonData = Json.Document(Web.Contents(api_url, [Rel...

4 years ago
Forum
Reply
RE: Speed up power query using Disable background preview but on user's computer

Not everything you have in user interface can be used in vba, otherwise it will be a security issue. Think about permissions, if you can control these...

4 years ago
Forum
Page 46 / 130