+ Reply to Thread
Results 1 to 2 of 2

Append query from Navigation step

  1. #1
    Forum Contributor
    Join Date
    07-14-2019
    Location
    Dubai
    MS-Off Ver
    2019
    Posts
    919

    Append query from Navigation step

    Hello
    Looking to append two tables from the selected file into one query, without load tables as connection only then append it
    Lets append it directly from Navigation step if possible to avoid privacy levels errors
    Please Login or Register  to view this content.
    Table1,Table2
    Thanks

  2. #2
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,386

    Re: Append query from Navigation step

    Make sure you have the same table headernames

    PHP Code: 
    let
        Source 
    Excel.Workbook(File.Contents("C:\Users\PC\Desktop\Book1.xlsx"), nulltrue),
        
    fltr Table.SelectRows(Sourceeach ([Name] = "Table1" or [Name] = "Table2")),
        
    result Table.Combine(fltr[Data])
    in
        result 

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] [Power Query] How to filter 0 from two columns in power query editor in one step?
    By daliye in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-16-2023, 09:44 PM
  2. Power query using step as variable
    By Dicken in forum Office 365
    Replies: 0
    Last Post: 12-09-2022, 10:59 AM
  3. Can i append and merge in one step Power Query
    By beekobeeko in forum Office 365
    Replies: 5
    Last Post: 11-16-2021, 05:34 AM
  4. [SOLVED] Append and replace in Power Query
    By punter in forum Excel General
    Replies: 3
    Last Post: 04-08-2020, 01:25 AM
  5. Power query append?
    By pedroc in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-08-2018, 06:08 PM
  6. Understanding Query Design with respect to building an Append Query
    By swade730 in forum Access Programming / VBA / Macros
    Replies: 1
    Last Post: 03-18-2016, 01:00 PM
  7. Can I use MS Query in Excel like an Append Query in Access
    By Sam Wardill in forum Excel General
    Replies: 0
    Last Post: 04-11-2006, 09:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1