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,
We have not yet received a response regarding your query. Could you please confirm if your issue has been resolved? If not, kindly provide additional details so we can offer further assistance.
Thank you.