Forum Discussion

PirataFabri's avatar
PirataFabri
Frequent Visitor
2 years ago
Solved

I can´t create a table withou create a circular dependency

I need help with Power BI. Let me try to explain. I have a table called WorkItems (coming from Azure). Here, I have one record for each WorkItemID. I also have another table (Cadastro) named Flu...
  • tharunkumarRTK's avatar
    tharunkumarRTK
    2 years ago

    PirataFabri 

    1. Merge WorkItems table with FluxoPadrao table (Join on WorkitemType) and retrieve different states of each workitem type)

    2. Merge the result (from point 1) with WorkItemRevisions table (Join on WorkitemId) and retieve StatechangeDate. 

    To achieve your desired output (with StateInDate and StateOutDate), I think you need to give an index column for both Workitems table and FluxoPadrao Table before performing the above merge operations. If you need any further help, please share the pbix file along with the sample data file.

     


    If the post helps please give a thumbs up


    If it solves your issue, please accept it as the solution to help the other members find it more quickly.


    Tharun