Just as we can write a specific a SQL statement from SQL Server, it would be great to be able to write a SOQL statement from Salesforce objects.
Also, it would be great to be able to grab the underlying SOQL statements that generate specific Salesforce reports, so that the underlying report itself doesn't have to be maintained and the underlying SOQL in Power BI could "take over" and be modified accordingly.
- Comments (23)
RE: Have Power BI accept a SOQL statement for a Salesforce Query
We are having to pull down entire SFDC tables, to only use and join data from this fiscal year. The query bloat is slowing things down significantly.
RE: Have Power BI accept a SOQL statement for a Salesforce Query
Please make this capability a reality! Beyond performance improvements it would dramatically simplify data set manipulation and join functionality.
RE: Have Power BI accept a SOQL statement for a Salesforce Query
This would really help us out because we could create custom SOQL that improve performance. We could include relationships between SalesForce Objects and limit data with WHERE clause.