I have a trace file that gathers, among other things, the MDX query that was issued against a cube. The other measures I am capturing are great to see intensity (number of queries, CPU, execution time) and these work great as measures in a usage cube to allow basic reporting, however they don't say anything about the context of the query...What measures were queried, what dimensions were used to group, label or filter?
In order to get that kind of in-context understanding, we would need to be able to quantify the components of each MDX statement...does anyone know of existing resources or approaches one would take to contextually analyze MDX queries?
Thanks!
---------------------