Starting with version 21.1.0, when opening the report, it is possible to pass the initial POV values, by adding more parameters to the URL.
This will enable you to pass POV context (e.g., from another solution) to a CXO report, thus ensuring a better user experience when users need to navigate between multiple reporting solutions.This page explains the format and the limitations of passing initial POV in the CXO report URL.
Summary
Normally, the URL to open a report is <hostname>/report/<report-number>.
For example https://company.training.cxosoftware.com/report/93
To pass a POV in the report URL, add i URL query parameter initialPov=<dimension>:<value>;<dimension>:<value>.
For example https://company.training.cxosoftware.com/report/93?initialPov=YER:2010;PER:Jan
Opening this URL will show the data from the desired year and period.
...