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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

4 REPLIES 4
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

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors