semantic-link-labs 0.8.5
Improvements
- New Functions
- sempy_labs
- DAX
- get_dax_query_dependencies Obtains the columns on which a DAX query depends, including model dependencies (inspired by Chris Webb's blog post).
- 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).
- Dataflows
- list_upstream_dataflows Thanks to Alex Powers, this shows all dataflows upstream of a given dataflow.
- Mirroring
- DAX
- sempy_labs.admin
- 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
- sempy_labs
- Updated Functions
- sempy_labs.tom
- add_calculation_group Added the 'column_name' parameter (#261).
- sempy_labs.tom
Bug Fixes
Notebooks
- Embedded videos within notebooks for easier learning.