Forum Discussion
Insert a page navigation link on a table visual
- 1 year ago
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
- Anonymous1 year ago
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. - Click Insert - Card visual -Add Selected Composant measure to that card
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 😀😀😀