Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

How do I only pull the fields I want from dynamics?

When I connect dynamics to power bi, it pulls hundreds of columns.  This slows the refresh time since I dont need 90% of the columns.  Is there a way to only pull the columns I need?

2 REPLIES 2
sevenhills
Super User
Super User

a) If you are using ODATA connector ~ $select= 

 

b) https://www.inkeysolutions.com/blogs/power-bi-how-to-fetch-dynamics-365-ce-data/

           check XRM tool box

 

Hope this helps

mahoneypat
Microsoft Employee
Microsoft Employee

Are you using the Odata connector?  If so, I think if you make Choose columns step your second step, it will "fold" that back to the source and only retrieve your selected columns.  If that doesn't work, you can construct a more detailed URL for a web call using $select= to bring back only the columns you need.

Querying Dynamics 365 OData (redware.com)

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors