This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
Is there a way to create a link on a report to another tab within the same report? I know that we can use a text box and put a link. But we need to hard-code the URL. And since the URL can change when publishing the first time on a workspace, this is not the best solution. We would like also to do conditionnal formatting on the link based on data.
Thank you
Solved! Go to Solution.
Hi,
Have you try bookmark? Let say you have 2 pages
I hope this help!
Duc
If you are using the javascript api you can acheive this by adding the following setting:
navContentPaneEnabled: true
config object looks like this:
var config= {
type: 'report',
tokenType: 1,
accessToken: token,
embedUrl: url,
id: reportId,
permissions: 7,
settings: {
filterPaneEnabled: filtersEnabled,
navContentPaneEnabled: true,
background: 1
}
};
Hi @Anonymous
To create a link on a report to another tab within the same report, you could consider bookmarks
Use bookmarks to share insights and build stories in Power BI
for this requirement, "do conditionnal formatting on the link based on data", if i understand right, you are seek for conditional formatting for the data not for the link address, please refer to the following link.
Conditional formatting in tables or matrix
Best regards
Maggie
Hi,
Have you try bookmark? Let say you have 2 pages
I hope this help!
Duc
@Anonymous,
Thank you, I wasn't aware of how button and bookmark was working. It resolved my problem.
For conditional formatting, we wanted to have the button background green or red depending on some data. It is not possible to do that currently. For now, I use a custom Card visual I found on marketplace. It's called Advance Card. It has the conditional formatting capability unlike the built-in Card. I put it above the button. It does the job.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 28 | |
| 28 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 32 | |
| 28 | |
| 24 |