A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Share some data to work with, describe the question and show the expected result.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i have two data tables.. one (connected file) from ERP and another which is manual ( in which we have manual entries that are not yet incorporated in ERP)..
both table columns & column Heading are exactly same ..
i want to have report based on both tables in single pivot report.. i attempted to apply data model technique..
i have following challanges::
although relationship auto detect works but on sum up and net figure i am unable to find solution.. please guide.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
Share some data to work with, describe the question and show the expected result.
Hassann,
If they are in fact tables, then you can use the relatively new function VSTACK. The below formula quite literally stacks your two tables to create a new array.
=VSTACK(Table_1[#All],Table_2)
Using a dynamic named range on the output of VSTACK will allow you to account for new rows when you refresh the pivot table. I would then implement any calculated fields into the combined pivot.