illusionek
Board Regular
- Joined
- Jun 21, 2014
- Messages
- 104
Hello
I have a data model/PowerPivot, which I have been using for few months and all was working well until this morning.
All of the sudden I have a number of measures that worked well last week but today come up with an error: "dependency error in the measure" even though I have not changed calculations at all.
I have a Table1 with my sales data and below measure goes into error:
The Sales Price is taken from each row in Table 1 and Order Qty is another measure in the model, which is working fine:
As far as I can see only iteration functions seem to be affected by the dependency error. Any ideas what could happen?
I have a data model/PowerPivot, which I have been using for few months and all was working well until this morning.
All of the sudden I have a number of measures that worked well last week but today come up with an error: "dependency error in the measure" even though I have not changed calculations at all.
I have a Table1 with my sales data and below measure goes into error:
Code:
=SUMX('Table 1','Table 1'[Order Qty]*'Table 1'[Sales Price])
The Sales Price is taken from each row in Table 1 and Order Qty is another measure in the model, which is working fine:
Code:
SUM('Table 1'[Ordered Qty])
As far as I can see only iteration functions seem to be affected by the dependency error. Any ideas what could happen?