I get a pop-up exception "dimension is not available for selected measure". What is the reason and how to resolve?

I get a pop-up exception "dimension is not available for selected measure". What is the reason and how to resolve?

This message is is usually displayed when either the table name or column name defined in the data model differs with the way it is defined in the database. For e.g. table name in the datamodel must be defined as 'dim_product_stockage', whereas in the table it must be defined in the upper case as DIM_PRODUCT_STOCKAGE. It is mandatory to specify the table names in upper case in ARC data model as well.