Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I would like to have a table in power bi which shows a list of salesforce record client record ID which are clickable and link back to the full salesforce record.
I am trying to do this using salesforce lighting.
Does any one have any one know if this can be done.
Thanks
Redfox_delta1
Solved! Go to Solution.
@jennratten thank you for your help. Your revision to the link function works prefectly well.
@jennratten thank you for your help. Your revision to the link function works prefectly well.
Wonderful! So glad to help.
If this post helps to answer your questions, please consider marking it as a solution so others can find it more quickly when faced with a similar challenge.
Proud to be a Microsoft Fabric Super User
Hi @Redfox_delta1 ,
If I understand correctly, you would like to click the salesforce record client record ID and it will open the related salesforce record. If so, please check if the method in the following thread is suitable for you.
Need to create hyperlink in power bi, i have a unique record id but need to add the URL
Create a calculated column to concatenate "Sales force URL" and your ID column
Change Data Category to WebURL
Best Regards
Thank you for your response.
I have used your solution but this is an example of what my SF view url looks like
https://test.lightning.force.com/lightning/r/Campaign/9014X999002ZfDvQAK/view
Please note the /view at the end of the ColumnLink function.
How can I add the /view after the [Id] as I need it for my URL to work so I can see the SF record.
ColumnLink = "https://test.lightning.force.com/lightning/r/Campaign/" &Campaign[Id]
Thank you
@v-yiruan-msft do you have solution to making my URL work?
This is the final URL that would make my SF link work https://test.lightning.force.com/lightning/r/Campaign/9014X999002ZfDvQAK/view
This is the Power BI function ColumnLink = "https://test.lightning.force.com/lightning/r/Campaign/" &Campaign[Id] but how do I need /view to the function to make the url like this https://test.lightning.force.com/lightning/r/Campaign/9014X999002ZfDvQAK/view
Hello - I have shown the revision below that is needed to include /view at the end of the url. After you have this created, change the data category for the column to web url. If you'd like to display a link icon instead of the entire URL, in your table/matrix visual, you go to the visual formatting > Cell Elements > select the field > turn on Web URL and URL Icon.
ColumnLink = "https://test.lightning.force.com/lightning/r/Campaign/" & Campaign[Id] & "/view"
If this post helps to answer your questions, please consider marking it as a solution so others can find it more quickly when faced with a similar challenge.
Proud to be a Microsoft Fabric Super User
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
79 | |
47 | |
45 | |
32 |
User | Count |
---|---|
172 | |
90 | |
66 | |
46 | |
45 |