Duplicate views to another analysis file

I am trying to duplicate the tab from one analysis to another. Any process or method to do this will be highly beneficial

Hi,

you can do this with the new features in the QuickSight API.

So first you load analysis A and get a json file from this. In this file you have to identify the tab you want to duplicate and copy this tab and every dataset, filter and calucalted field that is in this tab.
Then you download the json from analysis B and there you can paste the tab from analysis A in.

Afterwards you have to use this new json file to update the analysis B.