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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Alkhos
Advocate I
Advocate I

Dynamic Links in a Power BI Report

Hello,

 

I was wondering if it is possible to place links in a PBI report that dynamically change when a slicer or filter is selected.

 

I already know that you can place a link in PBI using the "Inser Text Box" optin.

Now, what I look for is, for example, have a link templated inserted and then generate this link based on some choice of date by the user through a slicer ( or in any other manner )

 

Does anybody know if there is a way to do this?

 

Bests

Ali

2 REPLIES 2
v-yulgu-msft
Employee
Employee

Hi, @Alkhos

 

As per my research, it does not support dynamic links currently as you described. You can only specify a static URL for certain text, or set the text value as Web URL in table.

 

Thanks,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
Super User
Super User

There is a way, but it may not be what you want. Basically, create a table in Power BI with two columns. One is your Key column and the other is your URL column. Make sure to tag your URL column as a "Web URL" as the Data Category. Relate this table to another table based upon your Key column.

 

Now you can create a visual that displays that column in a Table visualization. If you select the appropriate Key from another visualization to which the Key column is related, such as a slicer, then the Table visualization will change to be only the URL column for the appropriate URL. You can create a measure to make this even better, the basic formula is:

 

IF(HASONEFILTER([Key]),VALUE([URL]),"")

That's the general idea. 

 

However, if you are looking to create the URL "on the fly", I haven't tried that. Theoretically possible but would depend on your situation.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

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