Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
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
Dear community,
we are building dashboards using CDS and Dynamics as data sources. We load tables like accounts, contacts, activitypointers and activityparties. Those tables have a large amount of columns, which I want to decrease.
Our current approach is to "select columns", which adds a step in which only relevant columns are selected. This however feels "wrong", because all the columns are loaded in the previous step. I don't want to load all this data, just to remove it.
How can I load only relevant columns into Power BI Desktop?
Solved! Go to Solution.
Thank you. Unfortunately, SQL server is not an option for us.
However, the following approach solved my problem:
= OData.Feed("https://org.api.crm.dynamics.com/api/data/v9.1/accounts?$select=accountid,name", null, [Implementation="2.0"])
Good
Can you explain the solution in more detail?
I have tried to implement it and it has been impossible for me to do so...
Greetings
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:
= OData.Feed("https://org.api.crm.dynamics.com/api/data/v9.1/accounts?$select=accountid,name", null, [Implementation="2.0"])
Not Working. It is filtered perticular column but other column is also coming with error
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
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 |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 30 | |
| 30 | |
| 23 |