jdellasala
Well-known Member
- Joined
- Dec 11, 2020
- Messages
- 755
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
I have a PQ Function that starts like this:
The function works great, but when invoked, a list of ALL tables in the Workbook is presented. Is there a way to filter that list so that only table names that start with "url" are presented?
This relates to my post here which I've already posted one update for.
Your help is appreciated, as is your feedback on the article.
Power Query:
(FredURL as table) =>
let
SrcURL = FredURL{0}[Column1],
This relates to my post here which I've already posted one update for.
Your help is appreciated, as is your feedback on the article.