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
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.
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.
- Anonymous1 year agoNot applicable
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.