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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
We have requirement where based on dropdown selection, we need to switch visuals as per selected value. For instance, dropdown selection of certain Poll will show insights on Questions and its responses under the poll. There are maximum 3 questions but all questions can have random question types/random answers in random order and visual should switch as per question type.
For example, if Poll A has Question 1(Radiobutton), Question 2(Multichoice), Question 3(Ratings) but Poll B may have Question 1(Multichoice), Question 2(Radiobutton), Question 3(Radiobutton). Radiobutton question type should represent data in Pie chart, Multichoice question type should represent data in Bar chart and Ratings question type should represent data in Star Rating chart(Average Rating). Is it possible in any way to switch visuals for 3 questions displayed on selected Poll value as per above mentioned scenario?
The visiblity is not programmable unfortunatly. But to me it sounds like you can replicate the desired behaviour using Buttons and Bookmarks.
Business users are not ok with buttons/bookmark feature
How about using the dynamic page navigation function? Create a home page with the questions dropdown slicer on it, and different pages for different question answers separately. Use a button to go to the corresponding answer page per user's selected question.
Guidance: https://medium.com/analytics-vidhya/dynamic-page-navigation-in-power-bi-desktop-e97b9a11fd05
Best Regards,
Community Support Team _ Jing Zhang
If this post helps, please consider Accept it as the solution to help other members find it.