Currently I have 12 Analysis Services DBs that schedule to update every month. (They are all the same hierarchy/Structure).
After the monthly update, I will check the job status and run a mdx query to check the Measures for every databases.
(paste the query -> select databases -> run the query -> eye ball checking -> Loop 12 times...)
Any suggestion to check measures across DBs in more efficient way instead of manually run the query 12 times??
Thanks.