Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Power Bi Table Auto Scroll Effect

Hello! I have a Power Bi dashboard that I want to display in a warehouse to show performance of workers. I followed this helpful video (https://www.youtube.com/watch?v=xhCqCkf0gMQ) that gave me the e...
  • v-karpurapud's avatar
    v-karpurapud
    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.