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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

How to fold Query when Column data type is changed in Power Query?

Yes, I am aware that changing data type of a column in power query will prevent query folding as instructed by this doc:
https://docs.microsoft.com/en-us/power-query/power-query-folding

But as an optimizing tactic , it was recommended to use custom columns from power query over calculated columns.
I am also trying to implement incremental refresh which as per document says: https://docs.microsoft.com/en-us/power-query/power-query-folding that query folding is crucial to incremental refresh.

Is there a workaround I can use to keep the col with the changed data type and fold the query ?

1 REPLY 1
selimovd
Super User
Super User

Hey @Anonymous ,

 

why don't you put the steps that are braking query folding at the end of the transformation?

Like this Power Query has to send the final query to the SQL Server and then do one or two more steps with in Power Query.

 

Otherwise try to implement these steps in the data source. For example create a view that already transformed the columns to a specific type.

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.