Join 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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello there,
the question is really simple, yet for me as a beginner quite the opposite from simple.
I am currently studying Business Analyst Specialist and we have a task to switch visuals based on a button. But we are not supposed to use bookmarks but DAX to switch between the requested data.
For example, we need to add three buttons: Gross, Net, Profit
Each Button is supposed to switch between those values. I added a new table with all 3 names, but have no idea how to continue. I have set up a measure for each of the three options but I have no idea how to connect these through DAX.
anybody here that could help?
Solved! Go to Solution.
Hi @Anonymous ,
@tharunkumarRTK Thanks for your reply!
Here is my sample data:
I create three measures:
Then use Field-parameter:
And put the parameter into the table visual:
The final output is as below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept both of the answers as the solution to help the other members find it more quickly.
Hello, thank you for your answers. So, both of your options work. But I did it this way:
Hello, thank you for your answers. So, both of your options work. But I did it this way:
Hi @Anonymous ,
@tharunkumarRTK Thanks for your reply!
Here is my sample data:
I create three measures:
Then use Field-parameter:
And put the parameter into the table visual:
The final output is as below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept both of the answers as the solution to help the other members find it more quickly.
@Anonymous
Create three measures, Gross, Net and Profit and create Field parameter for switching the measure in the visual.
You can refer this document for detailed explanation: https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
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