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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Harish85
Helper II
Helper II

Create a hyperlink for each row in a column

Hi All,

 

I want to create a hyperlink in the column for each value, below is the image for reference,when I click on that link it should filter that particular value(183540).

 

Harish85_0-1731334827151.png

 

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Harish85 ,

 

When you refer to a hiperlink do you mean to access and external web page and to open it based on the filter or do you want to make a filter of another page in the report based on the specific value?

 

For the 1st option you need to create a measure or column where you add the value as a part of the text let's assume something like this:

 

The hiperlink is similar to this www.Google.com\filteredvalue=123456

 

Where 123456 is the value of your PO, you use the following code

Hyperlink = "www.Google.com\filteredvalue=" & SELECTEDVALUE(Table[Customer PO])

Don't forget to mark it has an web url

MFelix_0-1731335894943.png

For the second option a page within the same report you need to use the drill trough option:

https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-drillthrough

 

This will allow you to move to another page.

 

 

 

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

1 REPLY 1
MFelix
Super User
Super User

Hi @Harish85 ,

 

When you refer to a hiperlink do you mean to access and external web page and to open it based on the filter or do you want to make a filter of another page in the report based on the specific value?

 

For the 1st option you need to create a measure or column where you add the value as a part of the text let's assume something like this:

 

The hiperlink is similar to this www.Google.com\filteredvalue=123456

 

Where 123456 is the value of your PO, you use the following code

Hyperlink = "www.Google.com\filteredvalue=" & SELECTEDVALUE(Table[Customer PO])

Don't forget to mark it has an web url

MFelix_0-1731335894943.png

For the second option a page within the same report you need to use the drill trough option:

https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-drillthrough

 

This will allow you to move to another page.

 

 

 

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.