I have followed all the steps as per the magento guideline.
but the advance reporting is still not working....any help?
Hello @hurtme_hurtme
Are you facing any error or what exactly it showing while you are connecting with the Advanced Reporting ?
Hello @hurtme_hurtme
We have fix patch available to this issue in the core Magento installation. Click here to download patch
Please upload the appropriate patch into your Magento root directory and run the SSH command below:
patch -p1 < MDVA-15136_EE_2.2.5_COMPOSER_v1.patch
OR
patch -p1 < MDVA-15136_EE_2.2.5_v1.patch
Once that is done, refresh the cache in the Admin under "System > Cache Management" so that the changes will be reflected.
Please try it on a test environment first before taking it live, and kindly confirm that patch provided has resolved your issue.
Here is the link of GIT where this issue is confirmed:
https://github.com/magento/magento2/issues/21452#issuecomment-467799311
Thanks
--
If my answer is useful, please Accept as Solution & give Kudos