Upgrading to Unified Service Desk 4.1

In this post we will install Unified Service Desk 4.1 as an upgrade from USD 4.0. First, download Unified Service Desk 4.1 here: https://www.microsoft.com/en-us/download/details.aspx?id=58204 Select the files to download. We…

Downloading and Installing Power BI Report Builder

…Power BI Report Builder at: https://www.microsoft.com/en-us/download/details.aspx?id=58158 and click Download: Note you can also download it from the Power BI Service: Open the downloaded PowerBiReportBuilder.msi file: Click Next: Click Next: Click…

Installing Dynamics 365 Report Authoring Extension

In this post we will install the Dynamics 365 Report Authoring Extension in SQL Server Data Tools 2015. First, download: https://www.microsoft.com/en-us/download/details.aspx?id=50375 This will download: Select one of the options: Click…

Installing Azure CLI on Windows

…PowerShell and type az login: A browser will open, and you will see below: In PowerShell, you will see: From here, you can get started with CLI commands: https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli?view=azure-cli-latest  …

How to Use Azure Notebooks Hello World

Azure Notebooks are Jupyter notebooks running on Azure, which is great as users don’t need to install any software locally, and it comes with other cool features as well. To…

How to Get the Workspace GroupId and DataSetId from the URL in Power BI

…https://app.powerbi.com/groups/ade7c4e4-1bdd-4472-8aa5-744febb1c8e6/list/dashboards?ctid=e6cca260-b075-4884-bc8e-54b7349f1f42, with the GroupId next to /groups/: To get a DataSetId, click on a Data Set. The URL looks something like https://app.powerbi.com/groups/ade7c4e4-1bdd-4472-8aa5-744febb1c8e6/datasets/8ca80576-866c-4a1b-af6f-e6c4a0004703?ctid=e6cca260-b075-4884-bc8e-54b7349f1f42, with the DataSetId next to the /datasets/:  …