TR2713
A circular allocation reference has been detected for measure measure_name1 in level level_name. Measure measure_name1 is allocated using another measure. At the same time another measure is allocated using measure_name1.
This error occurs because you have inadvertently specified an invalid (circular) allocation. Measures cannot be allocated by their own values, or by other measures that are allocated by those values.
For example, if you allocate Measure A using values for Measure B, you cannot then allocate another measure (Measure C) using values for Measure B if Measure C is already allocated using Measure A values.
Procedure
To resolve the problem, specify a valid measure allocation
regime that does not include a circular reference.