Releases: gbrueckl/PowerBI-VSCode
Releases · gbrueckl/PowerBI-VSCode
v2.4.6
v2.4.6:
- fixed issue with TMDL proxy starting for all
.tmdl
files - added button for
Workspace Filter
- improved error handling for missing tenant settings (e.g. when browsing
Tables
) - added feature to rerun a dataset refresh from history (#38)
v2.4.5:
- fixed issue with API autocompletion for dataflows
v2.4.4:
- fully renamed extensions to
Power BI Studio
- added progress-bars to some actions (
Update Parameter
)
v2.4.3:
- fixed issue with new processing option
full (without refresh policy)
- improved error tracking for failed dataset refreshes
- improved
Copy Properties to Clipboard
to also include the originating API path
v2.4.2:
- added a new processing option
full (without refresh policy)
to easily allow a full refresh of a dataset which has a incremental refresh policy applied. - fixed issue multiple dataset refresh completion notification
v2.4.1
v2.4.1:
- added a new way to view temporary files (e.g. Dataset Refreshes) which does not require you to store the open files anymore when closing VSCode
Full Changelog: v2.4.0...v2.4.1
v2.4.0
v2.4.0:
- added
Copy Properties to Clipboard
for all tree-views
v2.3.0:
- added new
_cells
special variable to be used in Power BI Notebooks to reference the output of previous cells - see _cells - added new
Permissions
folder for Workspaces and Datasets
v2.2.0:
- greatly improved auto-completion for custom REST API calls in Power BI Notebooks
- show also endpoints for other methods
- improved examples + bug fixes
v2.1.2:
- fixed issue with
applyRefreshPolicy
when processing individual partitions from the GUI (#33)
v2.1.1:
- added a new configuration setting
powerbi.datasetRefreshCheckInterval
to control how frequently we poll for completed dataset refreshes (default is every 60 seconds)
Full Changelog: v2.1.1...v2.4.0
v2.1.1
v2.1.1:
- added a new configuration setting
powerbi.datasetRefreshCheckInterval
to control how frequently we poll for completed dataset refreshes (default is every 60 seconds)
v2.1.0:
- added a notification when a Dataset refresh finishes
- for refreshes triggered from Power BI Studio
- for already running refreshes once the refresh history was expanded
v2.0.1
v2.0.0:
- renamed extension to "Power BI Studio"
- moved recently introduced Fabric specific features to the new Fabric Studio extension.
- all former
- added feature to
Open PowerBI External Tool
configured in PowerBI Desktop with connection to online dataset preconfigured - added new config setting
powerbi.workspaceFilter
to define RegEx filters on workspace names - added
Show Memory Statistics
for Datasets - added support for Long Running Operation (LRO) when calling Fabric APIs from notebooks
- added check for Dataset refreshes and whether
isRefreshable = true
v1.8.0
v1.8.0:
- reworked Long Running Operation (LRO) in Fabric
- added support to publish changes to multiple Fabric items at once
- reworked API respnose structure
v1.7.2:
- removed Table name and square brackets from DAX query results in notebooks
v1.7.1:
- added configuration
powerbi.Fabric.itemTypes
to control which Fabric Items are downloaded with an optional format - fixed an issue with publishing of modified items
v1.7.0:
- added support for creating items by creating a folder under the specific
Item Type
- improved
Publish to Fabric
to also handleCreate Item
andDelete Item
- improved custom
FileDecorationProvider
to also highlight added and deleted items
v1.6.5:
- changed Dataset actions from hidden to disabled if they are not available (e.g. a
TakeOver
needs to be done first) - fixed issue with
Update Parameter
if the user is not the Owner of the dataset
v1.6.4:
- added custom
FileDecorationProvider
to highlight changed but unpublished files in thefabric:/
scheme
v1.6.3:
- added
Open in Fabric
forfabric:/
scheme
v1.6.2:
- fixed issue with special characters in file and folder names when using the
fabric:/
scheme
v1.6.1:
- added new configiguration
powerbi.Fabric.fileFormats
to control how notebooks are exported (.py
(default) vs.ipynb
)
v1.6.0
v1.6.0:
- added support for
Publish to Fabric
in the context-menu of the Fabric Item - added support for
(Re)Load from Fabric
in the context-menu - fixed issue with internal files being searched in the
fabric:/
scheme
v1.5.3:
- fixed issue with Fabric FileSystemProvider Cachen when changing user
- fixed issue with error messages for internal files that cannot be found on the
fabric:/
scheme
v1.5.2:
- fixed issue with Fabric FileSystemProvider caused by special characters in the name
v1.5.1:
- fixed issue with Fabric FileSystemProvider caused by duplicate item names
v1.5.0
v1.5.0:
- Support for Fabric via FileSystemProvider
fabric://<workspaceId>
- load all items with their definition
- update and publish definition of existing items
- added support for multiselect of
Tables
andPartitions
to process multiple at the same time - added support to deploy local TMDL folders directly without
.publishsettings.json
- added Drag & Drop to Power BI notebooks supporting
DAX
(tables, columns and measures) - added dedicated languages
DAX
,TMSL
and Power BI Notebook Command (pbinb-cmd
) to the notebooks
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.4.0:
- added support to drill down into individual tables, columns, measures and partitions of a dataset from the workspace browser
- added ability to process individual tables/partitions from the UI
- improved usability of dropdowns when selecting items for various actions (e.g. Cloning a report, etc.)
- added column statistics based on DAX
COLUMNSTATISTICS()
- enabled
Insert Path
for all treeviews - added
Copy ConnectionString
for datasets in Premium workspaces - added duration for running refreshes
- added
Insert Code
for new workspace objects (Tables
(Refreshable Object),Partitions
(Refreshable Object),Columns
(DAX),Measures
(DAX)) - added support for custom API endpoints for every cell (
%dax /groups/....
) - improved Completion Provider for API endpoints to also start when
.
is typed - fixed issue so
%dax
also works with API sub-paths of a dataset - added support for using variables in notebooks for all magics
- added a Statusbar at the bottom left to show the currently logged in User (+Tenant)
- fixed issue with
Open in Power BI Service
and remote tenants
v1.3.2:
- fixed issue with TMDL/TOM features and guest accounts
v1.3.1:
- fixed issue with TMDL Proxy (#16, #22)
- upgraded TMLD Proxy version to .NET Framework 7
- updated TMDL Prerequisites in README
v1.3.0:
- added support for
TMSL
in PBI notebooks using%tmsl
magic - fixed issue with
POST
in notebooks - added autocompletion for notebook magics
v1.2.0:
- added support to
Download
reports via the context menu - added support to
Upload PBIX
on a workspace - added support for Drag & Drop of local
.pbix
files on a workspace to upload it