Forum Discussion
How to load only required columns
- 5 years ago
Thank you. Unfortunately, SQL server is not an option for us.
However, the following approach solved my problem:
- Create a new query
- Define the OData query as needed, instead of navigating from the top of the orgnisation:
= OData.Feed("https://org.api.crm.dynamics.com/api/data/v9.1/accounts?$select=accountid,name", null, [Implementation="2.0"])
Hi kiril ,
Currently power bi doesn't support importing specific columns into power bi desktop when connnecting to CDS and Dynamics. However, you can first import these columns into database(e.g.: sql server) and then use sql query to import specific columns into power bi.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you. Unfortunately, SQL server is not an option for us.
However, the following approach solved my problem:
- Create a new query
- Define the OData query as needed, instead of navigating from the top of the orgnisation:
= OData.Feed("https://org.api.crm.dynamics.com/api/data/v9.1/accounts?$select=accountid,name", null, [Implementation="2.0"])
- Anonymous5 years agoNot applicable
Hi kiril ,
Great! Thank you for letting me learn new knowledge.
Please accept your own reply as the solution. More people will benefit from it.
Best Regards,
Stephen Tao
- ravi_6092 years agoHelper I
Not Working. It is filtered perticular column but other column is also coming with error