Improvements
* New Functions
* sempy_labs
* [get_dax_query_dependencies](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.get_dax_query_dependencies) Obtains the columns on which a DAX query depends, including model dependencies (inspired by [Chris Webb's blog post](https://blog.crossjoin.co.uk/2024/10/20/finding-the-columns-touched-by-a-dax-query/)).
* [get_dax_query_memory_size](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.get_dax_query_memory_size) Obtains the total size, in bytes, used by all columns that a DAX query depends on (inspired by [Chris Webb's blog post](https://blog.crossjoin.co.uk/2024/10/20/finding-the-columns-touched-by-a-dax-query/)).
* [list_upstream_dataflows](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_upstream_dataflows) Thanks to Alex Powers, this shows all dataflows upstream of a given dataflow.
* [list_mirrored_databases](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_mirrored_databases)
* [start_mirroring](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.start_mirroring)
* [stop_mirroring](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.stop_mirroring)
* [create_mirrored_database](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.create_mirrored_database)
* [delete_mirrored_database](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.delete_mirrored_database)
* [get_mirroring_status](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.get_mirroring_status)
* [get_tables_mirroring_status](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.get_tables_mirroring_status)
* [get_mirrored_database_definition](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.get_mirrored_database_definition)
* [update_mirrored_database_definition](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.update_mirrored_database_definition)
* sempy_labs.admin
* [list_modified_workspaces](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.admin.html#sempy_labs.admin.list_modified_workspaces)
* sempy_labs.report
* [download_report](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.download_report) Downloads a Power BI report and saves it as a .pbix file in the Files within the Lakehouse attached to the notebook.
* sempy_labs.tom
* [set_value_filter_behavior](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.set_value_filter_behavior) ([learn more here](https://learn.microsoft.com/en-us/power-bi/transform-model/value-filter-behavior))
* Updated Functions
* sempy_labs.tom
* [add_calculation_group](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.add_calculation_group) Added the 'column_name' parameter (261).
Bug Fixes
* 163
* 235
* 244
* 246
* 259
* 260
* 261
* 266
* 267
* 273
* 275
* 276
Notebooks
* Embedded videos within notebooks for easier learning.