Forum Discussion

naveen73's avatar
naveen73
Helper III
4 years ago
Solved

Goal Seek

Hi All,   I have a question about Goal Seek possibility in Power Query. I have a fictive loan dataset. Start Collateral The value of the collateral at the beginning of the loan Collate...
  • v-kkf-msft's avatar
    4 years ago

    Hi naveen73 ,

     

    Please try these measures.

     

    Current Value - Loans = 
    SUM ( 'Table'[Collateral] ) - SUM ( 'Table'[Loans] )
    G = 
    VAR G2 = 0.8557287
    RETURN
        SUM ( 'Table'[Collateral] ) * G2
            - SUM ( 'Table'[Loans] )

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
    Best Regards,
    Winniz
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.