Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I am connecting to Dynamics 365 via Odata Feeds as described here
https://msdn.microsoft.com/en-us/library/gg334767.aspx
When I write the following query in a webrowser
https://tenantname.api.crm4.dynamics.com/api/data/v8.2/accounts?$select=name&$top=3
I get the name of the first 3 accounts.
When I write the same query in Power BI I receive ALL the columns for the first 3 accounts.
How can I force Power BI to return only a limited set op columns.
Solved! Go to Solution.
There is a "Choose columns" option in the drop down menu which allows you search and select specific columns. Makes life a little bit easier.
But I believe this solution it not fix the problem... I meant... If you want to retrive only the select columns on the query to minimize the retrive time, then this option it is not the best way, because you receive all the columns and after your filter the columns in a next step.
If you use OData with ... /XRMServices/2011/OrganizationData.svc/AccountSet?$select=AccountId,Name you recived only 2 columns and it is more faster.
The point it is that OrganizationData it is a deprecated solution for the future...
Why Power Bi not apply correctly the API URL query?
Thanks
Is there still no solution for this? - Because of this you are pulling much more data in than required. For small databases this is not an issue, but when you have millions of records ...
In the query editor, select the columns you want and remove other columns.
Yes, I know, but the query returns a few hunderd columns.
It ieasier to write something like "field1, field37, field44, field77, ...."
than havingto select the fields manually with the mouse.
grts
Frederik
There is a "Choose columns" option in the drop down menu which allows you search and select specific columns. Makes life a little bit easier.
Yes, I know, but the query returns a few hunderd columns.
It ieasier to write something like "field1, field37, field44, field77, ...."
than havingto select the fields manually with the mouse.
grts
Frederik
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 33 | |
| 32 | |
| 32 |