In this series of blogs I have been describing how to create Power BI reports in Microsoft Excel based using data from a Microsoft Dynamics CRM Online Organisation. In my previous blog I demonstrated how to configure the first layer of a Power Map report in Microsoft Excel to display Account Number
Read the full article hereIn this series of blogs I have been describing how to create Power BI reports in Microsoft Excel based using data retrieved from a Microsoft Dynamics CRM Online Organisation using a Power Query query. In this blog I will demonstrate how to create a Power Map report and configure the first layer to
Read the full article hereThis is the third blog in a series of three blogs on how to create a simple Power View Report in Microsoft Excel to display information on Accounts and Opportunities retrieved from a Microsoft Dynamics CRM Online Organisation. The report is based on an ODataFeed related query created using Power Que
Read the full article hereThis is the second blog in a series of three blogs on how to create a simple Power View Report in Microsoft Excel to display information on Accounts and Opportunities retrieved from a Microsoft Dynamics CRM Online Organisation. The completed report will look similar that shown below. In my prev
Read the full article hereIn this blog and the next two blogs I will demonstrate how to create a simple Power View report in Microsoft Excel that displays information on Accounts and Opportunities retrieved from a Microsoft Dynamics CRM Online Organisation. This report uses a Power Query named AccountOpportunitiesSet previou
Read the full article hereI recently had to set up team ownership in Dynamics CRM for 1600 Accounts across 40+ Teams. Because of these large numbers, I decided to use the out-of-the-box Import Wizard to speed up the process. I started with the data import template available for the Team entity and entered the informati
Read the full article hereMicrosoft Dynamics CRM 2015 Update 1 has introduced a new feature for developers to troubleshoot plugins more efficiently when using ITracingService. This feature allows developers to record tracing information from the Trace() method invoked from Plugins or custom Workflows. The recorded informatio
Read the full article hereIn my previous blog I demonstrated how to convert a Column Chart that displays the Sum of Estimated Value by Account into a Pie Chart. In this blog I will demonstrate how to update the Column Chart to display both the Sum of Estimated Value and the Sum of Actual Value. I will also demonstrate how to
Read the full article hereIn trying out the new Azure API apps by converting an existing ASP.NET Web API, you can run into this error as soon as you publish your API to azure for the first time and check out the API definition blade: Trying to add the API as an Azure App client can get you nicer errors like: "Found operat
Read the full article hereIn my previous blog I demonstrated how to create a simple Clustered Column Chart in Microsoft Excel that displays the Sum of Estimated Revenue by Account using data queried from a Microsoft Dynamics CRM Online Organisation. In this blog I will demonstrate how to convert this chart into a 3D
Read the full article hereIf you've started receiving random NullReferenceException errors when executing your plugins after upgrading to CRM 2015, this might be why. When performing SUM aggregates in plugins, for some reason now, if there are no records for that entity, instead of giving you no results like it used to, you
Read the full article hereMicrosoft Dynamics CRM Online Update 1 (May 2015) is now available. In this blog I will show you how to schedule and approve this update for your Organisation. Important: The best practice prior to applying updates to a production instance of Microsoft Dynamics CRM is to first complete the foll
Read the full article hereIn this blog I will demonstrate how to create a simple Clustered Column Chart in Microsoft Excel to display Microsoft Dynamics CRM Online Sum of Estimated Value for Opportunities by Account. The chart is based on the AccountOpportunitySet query built using Power Query as demonstrated in the previous
Read the full article hereIn this article, I'll talk about opening web resources using the Xrm.Utility.openWebResource function. Xrm.Utility.openWebResource(webResourceName,webResourceData,width, height)The new function opens a new web resource by passing its schema name, optional data, width and height.Assume you have a ret
Read the full article hereTracking changes is a new feature introduced in CRM online. Tracking changes is important when performing data synchronisation between CRM and other systems. In this article, I'll explain how CRM can detect changes in records. One day your boss asked you to develop a tool that runs every day to sy
Read the full article here