Quantcast
Viewing all articles
Browse latest Browse all 72043

Analyze data button dose not work

In many forms of AX 2012 R2 for example "all sales order" and "all purchase orders"  there is a button named as "analyze data", which sould open power view report designer. But in my system i always get message like "The Accounts receivable cube, which this report uses as a data source, has not yet been deployed. Deploy and process the Accounts receivable cube and then run this report again". Actually I already depolyed the cubes and also have them processed.

I checked the code the failure happened in "SrsReportHelper::isPowerViewModelDeployed":

isPowerViewModelDeployed = SrsReportHelper::isPowerViewConfigured() &&
SrsReportHelper::areCubesDeployed() &&
SrsReportHelper::isDaxMdSupported(_cubeName);

The first two checking passed and return TRUE, while "isDaxMdSupported" return FALSE. What does "DAXMd"? How can i do with this? Thanks


Viewing all articles
Browse latest Browse all 72043

Trending Articles