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

When using the Power BI API, we often need to use the GroupId and DataSetId. Let’s look at how to get these from the URL in the Power BI Service. To get the Workspace GroupId, click on a Workspace. In the URL, you will see a format like 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 … Continue reading How to Get the Workspace GroupId and DataSetId from the URL in Power BI

Setting Parent-Child Behavior for Resolving Cases in Dynamics 365

In Dynamics 365, in the Service module, there are “parent” cases, and “child cases” that can belong to a parent case. In this post, we will show the behavior of what happens to child cases when you close a parent case and how this can be configured. First, go to Settings->Service Management: Click Parent and Child case settings: There are 2 options: Close all child cases when parent case is … Continue reading Setting Parent-Child Behavior for Resolving Cases in Dynamics 365

Setting the Default Dashboard in Dynamics 365

In Dynamics 365, when a user logs in they will see a dashboard. For example, below a user sees the Sales Activity Dashboard: Users may initially see a default dashboard based on their user roles combined with out of the box dashboards for certain roles. They would see this when their dashboard roles are set to the defaults, that we will show below. Users can change their default dashboard, and … Continue reading Setting the Default Dashboard in Dynamics 365

Merge Permissions in Dynamics 365

When trying to merge records in Dynamics 365, you may not see the Merge button, which appears when you select a record in a view: Or in Advanced find (the icon should be below): If you do not see these options, ensure your role has sufficient Merge privileges. Under Business Management->Miscellaneous Privileges, select Merge: You will see the Merge option:  

Attaching and Deleting Documents and Notes in Dynamics 365

In Dynamics 365, users have the ability to add notes and upload documents to records. For example, the Account record below has a Notes section: To enter a note, enter the text in the text box and click Done: Once entered, if you have delete permissions, you will see the ability to delete a note: On deleting a note, you will have a few seconds to undo your delete: To … Continue reading Attaching and Deleting Documents and Notes in Dynamics 365

Installing and Using the Table Heatmap Visualization for Power BI

To install the Table Heatmap Visual by Microsoft for Power BI, first open Power BI Desktop, and under Visualizations, select Import from marketplace: Find the Table Heatmap and click Add: Click Add again: Click OK, the visualization is now imported: Now under Visualizations, you will see the new Table Heatmap icon: Select it, and add a Category and Y. We will select the Category as our Month, and the Y … Continue reading Installing and Using the Table Heatmap Visualization for Power BI

Error Creating an Instance with CLSID IClassFactory Shutdown Error in USD

When starting Unified Service Desk, you may come across the error: Creating an instance of the COM component with CLSID {0002DF01-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 800704a6 One way to resolve the problem is to restart the machine, however there is a much simpler option. Open Windows Task Manager and find the running Internet Explorer processes – iexplore.exe – and end all of these processes: Now start … Continue reading Error Creating an Instance with CLSID IClassFactory Shutdown Error in USD

Find Which Privileges Are Applied to Which Roles in Dynamics 365 with Privileges Discovery

In Dynamics 365, privileges are assigned to roles. Users can have many roles applied, and users can be assigned to teams which have many roles applied as well. As a system administrator, you may need to know which roles have which privileges, such as when you are troubleshooting why a particular user does or does not have access to certain records. For example, the Account Manager role below has many … Continue reading Find Which Privileges Are Applied to Which Roles in Dynamics 365 with Privileges Discovery

Adding and Customizing Subgrid Search Box in Dynamics 365

In Dynamics 365, we can add subgrids to forms. We can also add a search box to the subgrid, allowing users to search for particular data within the subgrid records. In this post we will go through setting up this search box and configuring which fields are searchable. On the account form, we have a subgrid that displays contacts related to the account: On editing the form, we can see … Continue reading Adding and Customizing Subgrid Search Box in Dynamics 365

Installing and Using the Timeline Slicer Visual for Power BI

The Timeline Slicer is a Power BI visualization built by Microsoft that allows for dragging of a timeline slider to set date ranges on your reports. To install the Timeline Slicer, you can add the visual by downloading the file, or install it directly in Power BI through the Marketplace. We will go through each. Installing through File Browse to: https://app.powerbi.com/visuals?WT.mc_id=Blog_Visuals You should see the Timeline Slicer by Microsoft in the … Continue reading Installing and Using the Timeline Slicer Visual for Power BI