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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
justinh
Advocate IV
Advocate IV

Add Index Column without breaking Query Folding?

Is it possible to add an Index Column without breaking Query Folding?
My data source is SAP HANA. 

1 ACCEPTED SOLUTION
Payeras_BI
Super User
Super User

Hi @justinh ,

Not according to this:

Payeras_BI_0-1656597607198.png

 

If this post answered your question, please mark it as a solution to help other users find useful content.
Kudos are another nice way to acknowledge those who tried to help you.

J. Payeras
Mallorca, Spain

View solution in original post

5 REPLIES 5
Payeras_BI
Super User
Super User

Hi @justinh ,

Not according to this:

Payeras_BI_0-1656597607198.png

 

If this post answered your question, please mark it as a solution to help other users find useful content.
Kudos are another nice way to acknowledge those who tried to help you.

J. Payeras
Mallorca, Spain

It's wierd that this information was removed like his page on https://learn.microsoft.com/en-us/power-query/query-folding-basics :

RafaelDias_1-1733949331021.png

 

 

Just to add an explanation to this, you cannot not break query folding when adding an index, as it does need to go through each row of the table, remember where it has added each index and keep it there.




Feel free to connect with me:
LinkedIn

Theoretically, couldn't Microsoft translate adding an index into something that does fold into a native query? E.g. something like this pattern:

SELECT 
  [...]
  ROW_NUMBER(ORDER BY [...]) AS index
FROM [...]

 

While it's not currently implemented this way, is there anything fundamentally preventing indexing from being folded into a native query?

This would be very helpful to add surrogate integer keys without processing every row within Power Query. 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.