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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
bknecht2
Frequent Visitor

URL Link in Salesforce to Open PowerBI and Push Filter

Hi,

 

I'd like to create a URL field in Salesforce that would take the user to a PowerBI report and automatically filter the report page by the ID of the object.

 

For example, I want to create the URL field in Salesforce on the Account page. When they click that link, it would take the user to a PowerBI report and automatically filter the report page by the account ID from the link they clicked in Salesforce.

 

Does anyone know if this, or anything like it is possible to do?

 

Thank you.   

1 ACCEPTED SOLUTION
nickyvv
Community Champion
Community Champion

Hi @bknecht2,

 

Thanks for the reminder, I did not notice the question the first time 🙂

You can certainly use URL filters in Power BI, please have a look at the documentation:

https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters.

 

If you have any specific questions after, please let us know!



Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


View solution in original post

6 REPLIES 6
tgillespie1
Regular Visitor

Is there another way to do this if we do not have PowerBI service.  We just want to URL to point to the on premise PowerBI Report page URL and pass the unique identifier from the record to open up filter on the report.

I was able to get it to work using a field formula in salesforce using this  HYPERLINK ("https://urlToPowerBIserver " & Entity_Key__c ,"test")

 

bknecht2
Frequent Visitor

Bump. Anyone have any ideas?

nickyvv
Community Champion
Community Champion

Hi @bknecht2,

 

Thanks for the reminder, I did not notice the question the first time 🙂

You can certainly use URL filters in Power BI, please have a look at the documentation:

https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters.

 

If you have any specific questions after, please let us know!



Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


This is exactly what I was trying to do, thank you! Haven't tried it out yet but this definitely what I was looking for, much appreciated.

Did this work for you?  I am trying to embed a Power BI report into Salesforce mobile app and I have to use a URL filter.  I have not figured out how to get the Power BI report to filter by the Account the user was viewing in Salesforce after they clicked the link I created.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors