Forum Discussion

phantomias33's avatar
phantomias33
Regular Visitor
2 years ago
Solved

Question about how a Source is identified in Power Query

I currently have a dashboard that utilizes 5 different Excel sheets, all share a common root folder (some nested in subfolders).  As of now, the report works great and is published on the corporate e...
  • lbendlin's avatar
    2 years ago
    Click on the 'Combine Files' icon

    Yeah, don't do that.  That feature is for beginners.  What you can do is study how it works, then delete that group and create your own process.

     

    1. Connect to folder

    2. Filter for the files you want

    3. pick one file (any file) and transform it into the raw table

    4. Inspect the M code and convert it into a function

    5. Delete the steps from 3.

    6. Add a custom column that calls the function you created in 4.

    7. Expand the table column

    8. Apply the rest of the transforms (like changing column types)