USD Caching

…in the \AppData\Roaming\Microsoft\USD folder. You can see here before caching is enabled, there are only a few files in this directory: After saving, it creates these new files: Now start…

Using the Postman REST Client

…store: https://chrome.google.com/webstore/category/extensions?hl=en Search for Postman. You will see this app below. Click Add To Chrome: You will see this Postman link below: This will open the page: And after that:…

Fixing HTML Web Resources Breaking Bug in Dynamics 365

…with some tests I ran on my files) was to add the following line to the web resource: <meta http-equiv=”Content-Type” content=”text/html;charset=utf-8″ /> So it should look like: And then additionally,…

WCF Fault Exception

…service: <%@ ServiceHost Language=”C#” Debug=”true” Service=”Carl.WCFFaultException.Calculator” CodeBehind=”Calculator.svc.cs” %> With the service file selected, press F5 to run the service and open the WCF Test Client. Perform a simple divide operation:…

Create WCF Web Service in Visual Studio

…do the following. Create a new project in Visual Studio and select WCF Service Application: This creates the solution: Delete the existing Service1.svc and IService1.cs and add a new WCF…

Passing Parameters in URL to Filter a Power BI Report

…City = ‘Oklahoma City’, we can do: https://app.powerbi.com/groups/me/reports/02ff8888-a5fd-4dc7-c9dabf5ca0a5/ReportSection?filter=Accounts/City eq ‘Oklahoma City’ As mentioned, this is useful for embedding scenarios. For more information on operators and data types, check out https://docs.microsoft.com/en-us/power-bi/service-url-filters….

Visual Studio Code Introduction

…To install it, go to https://code.visualstudio.com/ and select Download: Select the download link for your operating system. We will select Windows and run the executable: Click Next: Click Next: Click…

SSDT Analysis Services and Reporting Services Projects in Visual Studio 2017

…to: https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftAnalysisServicesModelingProjects Select the Download link: Then for Reporting Services go to: https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftReportProjectsforVisualStudio Select Download: You will now be able to create and load analysis services and reporting services projects…