Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hey guys,
How can I replace one column using one button? I have two columns in my grid: "Agente de Vendas" and "Agente de Televendas".
I really need one option that my customer can have the option to see one of them (Agente de Vendas or Agente de Televendas) and NOT both.
See the image attached bellow.
Solved! Go to Solution.
You could create 2 tables and switch between them with a bookmark.
In the example I replaced 1 column, Test Var <--> Test Item
Cheers!
A
Hello @brunozanoelo
You could accomplish this with bookmarks. Here is a good intro video from Microsoft on how to work with bookmarks and buttons as a visual toggle.
https://www.youtube.com/watch?v=_Afcj8mT5_Q
Hello @brunozanoelo
You could accomplish this with bookmarks. Here is a good intro video from Microsoft on how to work with bookmarks and buttons as a visual toggle.
https://www.youtube.com/watch?v=_Afcj8mT5_Q
You could create 2 tables and switch between them with a bookmark.
In the example I replaced 1 column, Test Var <--> Test Item
Cheers!
A