Skip to main content

Trying to create a Lightning hyperlink on a contact record that I can use from Power BI. 

2 answers
  1. Dec 8, 2022, 4:05 PM

    Hi @Paul Brainard

     

    Please refer this:

     

    https://help.salesforce.com/s/articleView?id=sf.customize_functions_hyperlink.htm&type=5

     

    e.g.  HYPERLINK("http://www.salesforce.com", "Salesforce").

     

    Steps:

    1. Create a field in the desired object, as the data type of "URL"

    2. In the formula editor , enter the desired value OR use the appropriate function to derive output of URL value

     

    OR

    1. Create a field with data type of "TEXT"

    2. Use the Hyperlink function as noted above

     

    Regards,

    Kannan

0/9000