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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Add web URL to a Column

Hi all,

 

I have one column which is Intersection ID and another column which is the Google map link to the intersections. I want to add these links to the Intersection ID, where by clicking on Intersection IDs a browser opens up and show that intersection on Google map. 

 

Here is my problem. When I turn Web URL on in the Conditional Formatting for the column of Intersection ID, the prompt window that pops up just gives me this option to use either the first or last link for all the intersections, while I have all the links for all the intersections and I want the corresponding URL in each row is assigned to the Intersection ID in that row.

 

mkavoosi_0-1595882727044.png

 

I am following this tutorials from YouTube (https://www.youtube.com/watch?v=Wz2aD0XvkUk). The only difference that I see is that the column of links in that video has a special icon next to it (please see the fig below), while mine does not have.

 

Capture.JPG

 

Does anybody know what is that icon? Does it show the format of the column? If so, how can I adjust the format?

 

Thank you for the help 🙂

 

Masoud

 

 

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hi  @Anonymous 

The special icon next to it means it is a measure not a column

https://insightsoftware.com/blog/calculated-columns-vs-measures/

For example:

1.JPG

and create a meausre as below:

Measure = MAX('Table'[link])

2.JPG

Result:

3.JPG

 

and here is my sample pbix file, please try it.

 

Regards,

Lin

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

View solution in original post

5 REPLIES 5
v-lili6-msft
Community Support
Community Support

hi  @Anonymous 

The special icon next to it means it is a measure not a column

https://insightsoftware.com/blog/calculated-columns-vs-measures/

For example:

1.JPG

and create a meausre as below:

Measure = MAX('Table'[link])

2.JPG

Result:

3.JPG

 

and here is my sample pbix file, please try it.

 

Regards,

Lin

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

Hi @Anonymous,

 

that is the symbol of a measure, If you look at the 30 seconds you see that he refers to a measure and categorized as an URL.

 

Can you share a mockup of tyour data?


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



Anonymous
Not applicable

@MFelix Thanks for the answer. Actually I found my solution. I created a relationship between the database which includes the links and the database with Intersection IDs and it worked out.

 

Thanks again

 

Masoud

Anonymous
Not applicable

@v-lili6-msft  Thanks for the comprehensive explanation.

 

Actually I found my solution. I created a relationship between the database which includes the links and the database with Intersection IDs and it worked out.

 

Thanks again

 

Masoud

hi  @Anonymous 

It's pleasant that your problem has been solved, 😁  please accept the reply as solution, that way, other community members will easily find the solution when they get same issue. 

 

Regards,

Lin

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

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors