Hi:
I believe if you pay for the service they will give you the APIs needed for these tabs unless you get the REST APIs for these tabs it cannot be extracted as these are separate tables.
Thanks
Hi:
In the power query editor, select all the columns you want to group and click on the "Group-by" option from the menu. This will group all the selected columns at once.
Thanks
Hi:
Since I had worked on a similar request here is VBA code for this.
Sub blah()
Dim tbl As ListObject
Set tbl = Me.ListObjects("Table1")
i& = Me.Cells(Rows.Count, "A").End(xlUp).Row
With tbl.Sort
.SortFields.Clear
.Header = xlYes
.SortFields.Add...
Hi:
Sheet 8 using power query and power query functions, there is no need to use Power Pivot. I guess Power query is a native function in Excel 2016.
Just change your base data in excel spreadsheet and refresh the pivot in sheet 8 the pivot should update with new information.
Thanks
Hi:
There are two options
- Use the file I uploaded as a template and transfer your data to the file I created
- Copy the macro to the VBA Editor of the sheet where you have your data stored.
It is a simple process if you know the basics of VBA. The error will be happening because the sheet...
@dgoscinski
Add your data to the data model, if you are using latest version of excel follow the screenshot below.
Once you add your data to the data model as above you will be taken to the following screen
Click on the "Design" Tab highlighted in the above snapshot and select the Date...