How to Overcome MDX Query Error When It Can't Find Specific Entity
问题 When i run MDX query like: select {[Measures].[all_accounts]} ON COLUMNS, {{[Country].[Country].[Country].&[italy]}* {[TD].[TD].[date].&[2016-09-02T03:00:00.000]:[TD].[TD].[date].&[2016-09-02T03:08:00.000]}, {[Country].[Country].[Country].&[Germany]}* {[TD].[TD].[date].&[2016-08-16T04:00:00.000]:[TD].[TD].[date].&[2016-08-16T04:03:00.000]}} ON ROWS FROM [cube] i get an error because 'italy' is not an entity found in Country dimension. and no result is coming back. i want to be able to run the