Forum Discussion
StanHost12
1 year agoRegular Visitor
Multiple Buttons Based on One Dax Measure
Hello! Background: I am relatively new to Power BI and Dax and have had issues understanding the way Dax works sometimes. The visualization I am making has buttons that lead to other pages. I have ...
lbendlin
1 year agoSuper User
I have functional page navigation buttons that are based on what is selected in the filter/slicer above it (using a SWITCH statement and/or an IF statement).
Your job as a developer is to put as few clicks as possIble between your users and the insights. "Page navigation" is not a productive element in that job. Rethink your approach, eliminate the buttons, use the standard navigation features the way they are intended to be used.