Forum Discussion

adityavighne's avatar
adityavighne
Continued Contributor
2 years ago
Solved

User can select value from dropdown and update table

Hi Team

 

I'm looking for option where user can select value from dropdown and select value for that table.

 

 

  • Anonymous's avatar
    Anonymous
    2 years ago

    Thanks for the reply from Arul , please allow me to provide another insight:

     

    Hi adityavighne ,

     

    According to your description, when clicking on the refresh button in powerbi, you can synchronize the updated results in the excel sheet.

     

    But changing the status directly in powerbi can only be done by creating a filter condition in the formula.

     

    status_ =
    SWITCH ( SELECTEDVALUE ( Sheet1[Name] ), "A", "yes", "B", "no", "yes" )
    

     

    Best Regards,
    Adamk Kong

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.