How to Install git-ftp on Windows
I use git-ftp to deploy my hexo blog from a git repo to an FTP site. Getting it setup on Windows was non-trivial. Here’s how I got it working. 1. Install Chocolatey https://chocolatey.org/install 2.
I use git-ftp to deploy my hexo blog from a git repo to an FTP site. Getting it setup on Windows was non-trivial. Here’s how I got it working. 1. Install Chocolatey https://chocolatey.org/install 2.
Here’s how to reference three.js in your Power BI Custom Visual project. I have not tested to see if three.js actually works on powerbi.com, but this is how to resolve reference issues. 1. Setup you
I’m working on a new visual that uses an open source JavaScript control that includes a CSS file. I was hoping I could just reference it in pbiviz.json, but that’s not possible because it only suppor
A big part of my Zero Inbox routine is to Cc myself when I want to be reminded to follow up on the mail. This is useful when you want to make sure you don’t send an email with a request from someone a
I recently gave a few presentations at Ignite New Zealand and used a couple of applications to help me find the lowest latency Azure Region from Auckland. You’ll want to know the top two regions, bec
While digging into the new Azure CLI 2.0 to create a Power BI Workspace Collection, I discovered that while you can create the Power BI Workspace Collection you cannot currently get to the Access Keys
This post will show you how to create a Power BI Embedded Workspace Collection via the new Azure CLI 2.0. People typically create Workspace Collections via the Azure Portal, but that requires clicks a
I pinged a friend over on the Azure API Management team for good “getting started with APIM” material and he sent over this list. I’ll post more as I dig in. Microsoft Azure API Management Essentia
I just moved my blog to hexo and ran into the “EMFILE: too many open files issue”. The hexo issue page recommends you run ulimit, but that doesn’t work on Windows. After trying a ton of different th
I’ve been at Microsoft since 2003. I started as a Dev in Windows, then Dev Lead for the Learning Platform, then Dev Lead in MSDN, then Dev Lead in Bing, then a Dev Lead at MSN, then a Dev Manager for
I was recently asked to help build a “Range Slider” Power BI Custom Visual that simply filters a report based on the slider value. Unfortunately “filtering” is not currently supported in the new Power
Over the past couple of months, the Particle team and the Azure IoT team have been developing a integration between the two cloud services. Particle is an IoT company that launced on Kickstarter in 2
The Azure IoT team just announced Custom Endpoints and Routes feature - which allows you to route IoT Hub messages to your own Event Hub, Service Bus Queues or Service Bus Topics. You define your alte
Here’s how to render either an SVG or a PNG from within a Power BI Custom Visual. For this post, I’m going to use the IoT Hub icon that can be found in the Microsoft Azure, Cloud and Enterprise Symbol
Here’s a quick and easy way to get your GitHub Page repo deployed to an Azure Web App. Let me know if you run into any issues. Create GitHub Pages Repo Skip to next step if you already have a GitHub p
Windows Explorer doesn’t allow you to create files that start with . because it interprets that as not having a file name. On Linux/UNIX you would simply use: touch .gitignore. Windows doesn’t have
The Power BI team just released v1.2 of the Custom Visuals SDK. With this version you now need to reference d3 v3.5.5 yourself. d3 v4 does not work yet. I’m working with the team to get a v4 compat an
UPDATE: The Liquid Fill Gauge visual is now available to download from the Power BI Custom Visual Gallery! – In this series, we are creating a Power BI Custom Visual from an OSS d3 visualization I fou
UPDATE: The Liquid Fill Gauge visual is now available to download from the Power BI Custom Visual Gallery! – This is a continuation of my attempt at creating a Power BI Custom Visual from an OSS d3 vi
You might see this error message when trying to load the Power BI Custom Visual “Development Visual” “Can’t contact visual server. Please make sure the visual server is running and configured correct