Forum Discussion
Embedding Power BI visuals in Salesforce with filters
- 8 years ago
Hi Prafferty,
Is it possible to embed a visual from Power BI and filter it based on the ID for the current page in Salesforce without using Power BI Embedded?
As far as I know, there isn't a possible solution to do it currently, if Power BI Embedded isn't an option. You can add it as an idea on Power BI Ideas forum to improve Power BI on this feature. :smileyhappy:
Regards
- 8 years ago
You can embed a single visual using JS API.
To filter for each user, you can use either RLS or Filters in JS API.
This should cover both your use cases.
Hi Prafferty,
Is it possible to embed a visual from Power BI and filter it based on the ID for the current page in Salesforce without using Power BI Embedded?
As far as I know, there isn't a possible solution to do it currently, if Power BI Embedded isn't an option. You can add it as an idea on Power BI Ideas forum to improve Power BI on this feature. :smileyhappy:
Regards
Thank you for the quick response! I'll have to look into Power BI Embedded to see if it will be feasible to invest in the solution.
- nimrod8 years ago
Resolver II
You can embed a single visual using JS API.
To filter for each user, you can use either RLS or Filters in JS API.
This should cover both your use cases.