We will not be able to modify measure screen to show the database TABLE name along with the column name because you will find instances where the same column with similar names exists in more than one table.
This problem can occur if the sequence number is duplicated in the data model. Check if any two aggregate tables have same sequence number and provide them with unique numbers. This should resolve the problem.
Once store Hierarchy is selected and then, after selecting the levels/attributes of the store hierarchy, we have to click on 'save' that appears at the bottom of the page (scroll down). With this, we will successfully be able to view the ...
As per product functionality, you cannot add expression measures into a computed measure since computed measure are generated run time & being created by ARC once data has been fetched from database.
If the column_name is given for different column_id, due to duplication in column_name, modify measure will not work. Please rename the column_name and ensure no duplicate names are assigned.
Expression measure can be used where a conditional statement (for example, IF-THEN-ELSE) is necessary. You can use a base measure or a computed measure within an expression measure. An expression measure cannot be used within an expression measure.