Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi all,
I was trying to check if "query folding" is hapening using "value.metadata" function. But I did not get any result (Expression.Error: The field 'QueryFolding' of the record wasn't found) when I tried this in original pbix file. But when I tried to recreate the same transformations in a new file, I could see the query folding details as shown in second screenshot. Could anyone help me understand why "value.metadata" does not return any value in some scenarioes?
Thanks in advance,
QueryFolding metadata is something the preview UI adds to a query to give it an indicator of when folding fails. In some cases this gets skipped as it isn't a step as far as the UI sees it.
Relying on this metadata is not supported, along with the undocumented function that it uses to determine this, Value.ResourceExpression, and doing so at your own risk.