Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
adityavighne
Continued Contributor
Continued Contributor

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.

 

adityavighne_0-1715595327400.png

 

2 ACCEPTED SOLUTIONS

@adityavighne ,

Since Power BI is a SAAS solution we can't add/edit/delete the data directly from Power BI. But you can use Power Apps in Power BI to write back to the source.

Please refer this video - https://www.youtube.com/watch?v=5y2jJyH4Eu0





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


View solution in original post

Anonymous
Not applicable

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.

vkongfanfmsft_1-1715672459227.png

vkongfanfmsft_0-1715672449087.pngvkongfanfmsft_2-1715672496823.png

 

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" )

 

vkongfanfmsft_3-1715672803190.png

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.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

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.

vkongfanfmsft_1-1715672459227.png

vkongfanfmsft_0-1715672449087.pngvkongfanfmsft_2-1715672496823.png

 

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" )

 

vkongfanfmsft_3-1715672803190.png

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.

adityavighne
Continued Contributor
Continued Contributor

@Arul I have excel connected to power bi. Now i want to give option to user so they can change status of that contact in Power BI. for example staus for A is 'Yes' but tomorrow if user want to change from Yes to 'No' then he can make those changes in Power BI.

@adityavighne ,

Since Power BI is a SAAS solution we can't add/edit/delete the data directly from Power BI. But you can use Power Apps in Power BI to write back to the source.

Please refer this video - https://www.youtube.com/watch?v=5y2jJyH4Eu0





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


I think he means that the user want to change the data of the data source in power bi itself, then give him access to the excel.



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Arul
Super User
Super User

@adityavighne ,

Your ask is not clear to me. Could you explain it more in detail?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors