Forum Discussion
Power Bi Table Auto Scroll Effect
- 1 year ago
Hi Anonymous
The circular dependency error is likely caused because the [Performance Measure] referenced within the RANKX function relies on the same table or measure context that is being ranked. This is a common issue, particularly when the ranking is performed in the same visual as the performance measure calculation, creating a recursive dependency.
Index =
RANKX(
ALLSELECTED('Labor_data'[Associate Num]),
CALCULATE(MAX('Labor_data'[On Standard % (No Zeros)])),
,
ASC,
DENSE
)
If you continue to experience this issue, please share the .pbix file or a sample version of it. This will allow us to review the data model and measure dependencies in detail, so we can easily identify the root cause and provide better support.
Regards,
Karpurapu D,
Microsoft Fabric Community Support Team.
Hi Anonymous
We have not yet heard back from you about whether our response addressed your query. If it did not, please share more details so we can assist you more effectively.
Thank You.