Forum Discussion
Anonymous
6 years agoNot 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 Int...
- 6 years ago
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:
and create a meausre as below:
Measure = MAX('Table'[link])Result:
and here is my sample pbix file, please try it.
Regards,
Lin
v-lili6-msft
6 years agoCommunity 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:
and create a meausre as below:
Measure = MAX('Table'[link])
Result:
and here is my sample pbix file, please try it.
Regards,
Lin