Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Is it possible to add an Index Column without breaking Query Folding?
My data source is SAP HANA.
Solved! Go to Solution.
Hi @justinh ,
Not according to this:
Hi @justinh ,
Not according to this:
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.
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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
68 | |
58 | |
42 | |
28 | |
22 |