...
This release includes the following nonno-Spark enhancements:
Support for pushing SQL expression filters on dimension columns to the MDX engine. Previously, filters based on SQL expressions could not be pushed to the Query Engine (QE) via the MDX flow.
Pruning is now supported for advanced filtering scenarios, enhancing query performance optimization.
NOTE: To enable advanced pruning, set the kyvos.query.enable.advancedPruning property to true. By default, this property is set to false.The enhanced semantic model process validates primary key constraints on dimension data values. If the primary key column contains duplicate values, the semantic model process will fail.
...