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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Polar_A
Helper I
Helper I

Loading from the dataverse

Hi I need some help please.

I have managed to upload a table from the Dataverse but there are too many columns (500+) in the table. I previously used Microsoft SQl server to manipulate the columns using views. Is there a way to reduce the column number before the upload via Dataverse as I am unable to transform the data.

KR,

Polar_A_1-1716988138316.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Polar_A

 

You may check if the Workaround for very large number of lookups or choice columns would be helpful. In advanced editor, replace the query text with below query text and add column names in the #“selectedcolumns” step.

let
    Source = CommonDataService.Database("<myenvironment.crmX>.dynamics.com"),
    dbo_contact = Source{[Schema="dbo",Item="contact"]}[Data],
    #"selectedcolumns" = Table.SelectColumns(dbo_contact,{"fullname", "emailaddress1"})
in
    #"selectedcolumns"

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Polar_A

 

You may check if the Workaround for very large number of lookups or choice columns would be helpful. In advanced editor, replace the query text with below query text and add column names in the #“selectedcolumns” step.

let
    Source = CommonDataService.Database("<myenvironment.crmX>.dynamics.com"),
    dbo_contact = Source{[Schema="dbo",Item="contact"]}[Data],
    #"selectedcolumns" = Table.SelectColumns(dbo_contact,{"fullname", "emailaddress1"})
in
    #"selectedcolumns"

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.