Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
fbittencourt
Helper III
Helper III

Insert a page navigation link on a table visual

Hi guys!!

 

I would like to create a link on a specific table on my report page to link to other page with related information.

 

I know how to insert a web url link , but I do know how we can add a page navigation link.

 

E.g.  If a click on the responsable name will link to other report page ( the same way we use action/page navigation/ destination page) or maybe add another column to link it

fbittencourt_0-1749119918206.png

fbittencourt_1-1749119971703.png

 

Thanks all in advance!!!

Fernando

2 ACCEPTED SOLUTIONS
speedramps
Super User
Super User

Hi again @fbittencourt 

 

You question us a bit vague.

Try give clear explanations with examples.  You will get a quicker and better answers without misunderstandings 

 

Try this link to learn about drill throughs

https://youtu.be/WdBeJ8j98ME?si=EGR0rNWgBTZrJDf5

 

And use thus link to learn about hyperlink columns in visuals 

https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-hyperlinks-in-tables

 

Please be nice and click thumbs up because I am trying to help.

 

Also click [accept solution] if anything helps. You can accept multiple solutions for the same problem, which shows your appreciation.

 

Many thanks

View solution in original post

Hi  @fbittencourt ,
Try this :

Create Pages

Rename two report tabs:

MainPage

DetailsPage

Create Table on MainPage

Go to MainPage

Insert a Table visual

Add fields: Composants, Etat, Responsable, and Tickets.

Set up Drillthrough on DetailsPage

Go to DetailsPage

Find the Drillthrough filters pane on the right

Drag the field Composants into that paneThis enables drillthrough based on that field

Now insert visuals (table, chart, etc.) that will show filtered data

Add a Card to Show the Selected Composant

Create a DAX measure:

Selected Composant = SELECTEDVALUE('TicketsData'[Composants], "No Selection")

  • Click Insert - Card visual -Add Selected Composant measure to that card

Test the Drillthrough

Go back to MainPage

Right-click on any row in the table (e.g., “Analyse fournisseur”)

Click Drillthrough → DetailsPage

You’ll land on DetailsPage, filtered to that selected row

You’ll see the card shows Analyse fournisseur.

Please find the attached pbix file for your reference.

If this helps, kindly click "Accept as Solution" and give a "Kudos" so others can benefit. Let me know if you need further assistance!

 

Thank you,
Tejaswi.

 

View solution in original post

9 REPLIES 9
speedramps
Super User
Super User

Use this link to learn about hyperlink columns in a visuals 

https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-hyperlinks-in-tables

 

This works so please be nice and click thumbs and [accept solution]. Thank you 😀😀😀

speedramps
Super User
Super User

Hi again @fbittencourt 

 

You question us a bit vague.

Try give clear explanations with examples.  You will get a quicker and better answers without misunderstandings 

 

Try this link to learn about drill throughs

https://youtu.be/WdBeJ8j98ME?si=EGR0rNWgBTZrJDf5

 

And use thus link to learn about hyperlink columns in visuals 

https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-hyperlinks-in-tables

 

Please be nice and click thumbs up because I am trying to help.

 

Also click [accept solution] if anything helps. You can accept multiple solutions for the same problem, which shows your appreciation.

 

Many thanks

v-tejrama
Community Support
Community Support

Hi @fbittencourt ,

Thanks for reaching out to the Microsoft fabric community forum.


Create Pages

Create four report pages:

  • Home

  • Page1

  • Page2

  • Page3

(You can rename each by double-clicking the tab names at the bottom.)

Add Visuals to Each Page

  • On each page, drag a Table or Card visual.

  • Use the sample table.

  • Add a page filter like:

  • PageName is Page1  (on Page1),
    PageName is Page1 (on Page2), etc.

This helps visually confirm which page you're on.

Add the Page Navigation Menu

  1. Go to the Home page.

  2. Click Insert > Buttons > Navigator > Page Navigator.

  3. A horizontal menu appears.

  4. Select the menu → In Format pane:

    • Set Grid layout → Orientation = Vertical

    • Resize it to fit like a sidebar menu.


Find the attached pbix file for your reference.

If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it

Best Regards,
Tejaswi.
Community Support Team 

 

Thanks for your answer, but I don´t wanna create a page navigator, I need to know if there´s a way to insert a field on a collumn from a table visual that  links  to other page from my report.

Imagine that If I click on analyse fournisseurs will take me to other page report, and give more details on other page.

fbittencourt_1-1749135646912.png

 

tks

Hi  @fbittencourt ,
Try this :

Create Pages

Rename two report tabs:

MainPage

DetailsPage

Create Table on MainPage

Go to MainPage

Insert a Table visual

Add fields: Composants, Etat, Responsable, and Tickets.

Set up Drillthrough on DetailsPage

Go to DetailsPage

Find the Drillthrough filters pane on the right

Drag the field Composants into that paneThis enables drillthrough based on that field

Now insert visuals (table, chart, etc.) that will show filtered data

Add a Card to Show the Selected Composant

Create a DAX measure:

Selected Composant = SELECTEDVALUE('TicketsData'[Composants], "No Selection")

  • Click Insert - Card visual -Add Selected Composant measure to that card

Test the Drillthrough

Go back to MainPage

Right-click on any row in the table (e.g., “Analyse fournisseur”)

Click Drillthrough → DetailsPage

You’ll land on DetailsPage, filtered to that selected row

You’ll see the card shows Analyse fournisseur.

Please find the attached pbix file for your reference.

If this helps, kindly click "Accept as Solution" and give a "Kudos" so others can benefit. Let me know if you need further assistance!

 

Thank you,
Tejaswi.

 

Hi @fbittencourt ,

 

May I ask if you have resolved this issue? If so, please mark the helpful reply and Accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

 

Thank you.

Tejaswi.

 

Hi Tejaswi,

 

Thanks for your answer, but I don´t wanna create a page navigator, I need to know if there´s a way to insert a field on a collumn from a table visual that  links  to other page from my report.

Imagine that If I click on analyse fournisseurs will take me to other page report, and give more details on other page.

fbittencourt_1-1749135580493.png

 

 

tks again!!

speedramps
Super User
Super User

Try this ....

 

Create 4 pages  in your Power BI report (Page1, Page2, Page3 and Home)


Open the Home page.

On the top menu bar click on Insert > Buttons > Navigator > Page Navigator

 

This will crate a horizontal menu.

Go into the visual formatind menu and change the Grid Layout to Vertical.

Stretch the visual size.

Use the Pages and Show option to pick and chosse which pages you want in the menu

Use the Formating options to change colours and shapes, to create a really cool menu.

 

Please be nice and click the thumbs-up because I have tried to help.

And click the [accept solution] button if it works.

You can accept solution from multiple members for the same problem.

Thank you !

 

 

 

ajaybabuinturi
Solution Sage
Solution Sage

Hi @fbittencourt,

Wanted to let you know that at visual stage page navigation is won't work. However Power BI has wonderful feature called drill through, using this you can navigate the specific person details in another page.
https://radacad.com/master-detail-design-with-drillthrough-filter-in-power-bi/

 

Thanks,
If you found this solution helpful, please consider giving it a Like👍 and marking it as Accepted Solution✔. This helps improve visibility for others who may be encountering/facing same questions/issues.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors