Forum Discussion
Add a new table to dataset
- 4 years ago
In Power Query the List 4 should be embeded in the navigation step. Click on the source step you will see
Try to find there and add it to the queries
Before adding the List 4 copy/paste one of the Lists in the queries and then click on the Table to get it added to the Queries, Rename the new added Table
vincetaylor yes, I'm thinking specifically the "Navigation" step is what would need altered to include your new list.
By clicking the "gear" icon next to that step you can edit it.
Thanks again Anonymous
How do I edit?
There is no edit button or such. I tried double clicking and right clicking on the table I want to add
- Anonymous4 years agoNot applicable
vincetaylor what does the M code for the step look like? You can find it in the formula bar or by clicking "Advanced Editor".
- vincetaylor4 years ago
Helper I
HI Anonymous
This is the code with some data obscured or changed
- Anonymous4 years agoNot applicable
vincetaylor ok after looking at your code and re-reading your original description I am now very unclear about what you are trying to accomplish.
What is the output of this query? A single table? Or multiple tables? The SharePoint.Tables function being used seems that it would only return a single table of all the items from a single list. Are you looking for the items in a list, or a list of lists?
Please be as descriptive as possible about what you're trying to achieve.