Releases: christso/DAX-Drill
Releases · christso/DAX-Drill
Stable Release 1.0.7
- Support custom DAX queries defined for measures (not just tables)
- Support re-use of DAX queries via referenced measures
- Removed asynchronous drill-through since that was throwing occassional errors in Excel when user clicks mouse after double-clicking on pivot cell.
Stable Release 1.0.5
- Require XML configuration to be enclosed in node. (BREAKING CHANGE)
- Support custom table expressions
- Support editing of XML sub-nodes
Stable Release 1.04
Fixed bug in drilling through grand total when there is no single selection but there is multiple selection in page filter.
Stable Release 1.0.3
- Removed calls to
Marshal.ReleaseComObject
- Added support for multiple item selection in page field
Stable Release 1.0.1
Bug fixes
Initial release
This is a fully-functional release, i.e. it performs drill-through and allows customization of what columns to be displayed in the drill-through. However, user-interface needs improvement.