knowledgecenter-breadcrum

Knowledge Center

04 Jul, 2020

Power BI – Page Navigation Enhancements

Posted on 04 Jul, 2020 by Admin, Posted in Power BI

Power BI – Page Navigation Enhancements Blogs

Power BI – Page Navigation Enhancements

Introduction

In March, Microsoft released a built-in button action for page navigation, which allowed you to quickly create entire navigation experiences without having to use a single bookmark. Then in the month of May, they have added couple of enhancements to the feature:

  • Conditionally set the navigation destination
  • Support for shapes and images

Features

Conditionally set the navigation destination
    • You can now use conditional formatting to set the navigation destination based on the output of a measure.
    • This can be useful if you want to save on real estate by having a single button to navigate to different pages based on the user’s selection.

    • To create the example shown above, you can start by creating a single-column table that has the names of the navigation destinations:
      • You can start by creating a single-column table that has the names of the navigation destinations.

      • Note that we use exact string match to set the navigation destination, so you will want to double check that the entered values exactly align with your page names.
      • Once you have created this, you can add it on the page as a single select Slicer. Add a button to click for the navigation.

      • Once you add a page navigation button, go to actions, and select
        • Type – Page Navigation
        • Destination – Select the conditional formatting option for the destination.

      • Now, in there you will have to select the name of the column you just created.

      • That’s it, now based on your selection the button can navigate to different pages.
Support for Shapes and Images
    • After the May 2020 update Page navigation action is now also supported for shapes and images, and not just buttons.
    • Here’s an example using one of the built-in shapes:

    • Here’s an example using an image:

    1.  

Comment

This is a Required Field

Loading

Recent Updates

Blogs
01 Dec, 2025

Dynamics 365: Why One User Could Edit a Field and Another Couldn’t

Recently, we faced an issue in Dynamics 365 where the field was locked for one user but editable for another. The field…

READ MORE
Blogs
18 Nov, 2025

Building a Power Apps Code-First Application from Scratch: A Step-by-Step Guide

Introduction: Power Apps has long supported rapid app development with low-code/no-code tools. With Code-First Apps, developers can now create fully…

READ MORE
Blogs
16 Oct, 2025

Bug Logging in Azure DevOps

Logging bugs in Azure DevOps is an essential part of the software testing and development process. It allows teams to…

READ MORE