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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
JamesMurg
Helper I
Helper I

Concatenate but dont show link

Hi all

 

I want to link certain numbers to a hyperlink but show the number and not the hyperlink. is this possible using the concatenate DAX code?

Sorry I have had to redact due to security reasons.

JamesMurg_0-1688396535419.png

But basically I have put the internal site followed by the column with the number but it shows the full site address along with the number on the end.  I just want it to show the number not the full link.

 

Hope this makes sense 

 

James

1 ACCEPTED SOLUTION
sunilsofteg2006
Frequent Visitor

@JamesMurg  You can use number column and then use conditional formatting. In conditional formatting, use Web URL and then select the full URL. By using this, you will be able to show only number as link. See below screen shot. Hope this helps you.

sunilsofteg2006_0-1688397142711.png

 

View solution in original post

3 REPLIES 3
JamesMurg
Helper I
Helper I

Many thanks @sunilsofteg2006 & @amitchandak 

amitchandak
Super User
Super User

@JamesMurg , You can create a new column or measure and use that as per need.

 

new column = "https//abc.com?item_id=" & [Item Id]

sunilsofteg2006
Frequent Visitor

@JamesMurg  You can use number column and then use conditional formatting. In conditional formatting, use Web URL and then select the full URL. By using this, you will be able to show only number as link. See below screen shot. Hope this helps you.

sunilsofteg2006_0-1688397142711.png

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.