Setting Lookups and Option Sets when Creating Records in Web API

In this post, we will look at how to set lookup and option set values when creating records in the Web API. Let’s create an Account record. Account have fields such as the following: Parent account – lookup Industry code – Option Set Do not email – boolean Credit hold – boolean Shipping method code – option set Currency Id – lookup Let’s create some JavaScript to create a new … Continue reading Setting Lookups and Option Sets when Creating Records in Web API

Cross-Report Drillthrough in Power BI

Cross-report drill through is a feature in Power BI that enables users to drill through from the data of one report to another separate report. Let’s look at how this works and how to set it up. We will create 2 reports, one called CrossReportDrillThroughSummary and one called CrossReportDrillThroughDetail in Power BI Desktop. For each report, confirm that cross-report drillthrough is enabled: Click on Report Settings, and check Allow visuals in this … Continue reading Cross-Report Drillthrough in Power BI

Passing Parameters in URL to Filter a Power BI Report

We have the ability to pass filters to Power BI reports so we can contextually filter the data displayed. This is useful when we are integrating Power BI with 3rd party applications and embedding in web pages where we want to show filtered data. Here are the steps to do this. First, connect to data. We will use the sample Accounts data here, which can be connected to via the … Continue reading Passing Parameters in URL to Filter a Power BI Report

How to Rename a Dynamics 365 Org

Let’s look at how to rename a Dynamics 365 organization. To do this, log into https://admin.microsoft.com/ and go to All Admin Centers: Select Dynamics 365: This takes us to the Dynamics 365 Administration Center. Click Edit: We see there are 2 options: Use the old edit settings page Go to Power Platform admin center Let’s look at the old settings first. This takes us to the page where we can change the Name … Continue reading How to Rename a Dynamics 365 Org

How to Use Report Drillthrough in Power BI

In Power BI, we can set up drillthrough, so users can go from one report visualization to a related visualization to see more detailed information. Let’s go through an example of how to do this. First, let’s connect to our data. We will use the sample data here. Pull it into Power BI Desktop using the Web Connector. Click Load: Next, let’s set up the report, with the following steps: … Continue reading How to Use Report Drillthrough in Power BI

How to Remove a Custom Visualization from Power BI Desktop

To remove a custom visualization from a Power BI report, do the following. From Visualizations, select “…“. You will see Delete a custom visual: Select the visual you would like to delete and click Delete: You may see the warning message. Note that deleting a custom visual from this report does not affect its installation on other reports. Click Yes delete: The visualization will be removed from the Visualizations pane … Continue reading How to Remove a Custom Visualization from Power BI Desktop

How to use Relative Date Filtering to Filter Data Easily in Power BI

Relative Date Filtering is a nice feature in Power BI to filter date data. For example, in our dataset we have an Order Date and Amount: Let’s expand our Order Date filter. We can see Relative date filtering as an option: Expanding Show items when the value we can see the options is in the last, is in this, is in the next: If we select is in the last, … Continue reading How to use Relative Date Filtering to Filter Data Easily in Power BI

Understanding Total Month to Date (TOTALMTD), Quarter to Date (TOTALQTD), Year to Date (TOTALYTD), with DATESMTD, Date Tables and Blanks in Power BI

In this post, we will look at how Month to Date (TOTALMTD), Quarter to Date (TOTALQTD) and Year to Date (TOTALYTD) works and doesn’t work in Power BI. These functions can be tricky to use based on your data and what you are passing in. Let’s go through this. At a high level, these “to date” functions are commonly used in the business world. Month to date generally refers to some … Continue reading Understanding Total Month to Date (TOTALMTD), Quarter to Date (TOTALQTD), Year to Date (TOTALYTD), with DATESMTD, Date Tables and Blanks in Power BI

How to Disable and Enable Skype or Teams Presence in Dynamics 365 PowerApps Forms

In Dynamics 365 / PowerApps, Skype / Teams statuses can be displayed next to the names of users in fields. Below we can see the status as green (available): And if the user changes the status to Do not Disturb (changing below in Teams): We see the status updated automatically on the record: To enable/disable the status, go to the admin center at https://admin.powerplatform.microsoft.com/ and change the Skype presence: We see now … Continue reading How to Disable and Enable Skype or Teams Presence in Dynamics 365 PowerApps Forms