Introducing the New Azure SDKs
As of 11/4/2019, a few of the New Azure SDKs have hit General Availability! Read more here: Azure SDK Releases Azure has had a tremendous amount of growth in a very short amount of time. With that
As of 11/4/2019, a few of the New Azure SDKs have hit General Availability! Read more here: Azure SDK Releases Azure has had a tremendous amount of growth in a very short amount of time. With that
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
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
The purpose of this post is to show you how to take an existing open source d3 visual and create a Power BI Custom Visual from it. I’ve been digging into the new Power BI Custom Visual SDK and just cr
I just spent way too much time trying to login to a VSTS instance from VS. Turns out to have something to do with how Microsoft Account is configured in Visual Studio. So, if you get this error: “You
If you get the following error when trying to install the Lync 2013 SDK…. Microsoft Lync 2013 not found. Go here to download and install: http://go.microsoft.com/fwlink/?LinkID=248583 Do not go to t
The most anticipated Windows 10 Anniversary Update developer feature is now available for everyone…not just Windows Insiders. Step 0: Install Windows 10 Anniversary Update via Windows Update Go to Win
I recently created a custom Fiddler extension called PowerBIFiddler. Here are a few tricks that I learned along the way. Re-use Default Fiddler Inspectors For PowerBI-Fiddler, I wanted to re-use the J
The Durable Task Framework (DTF) is a workflow execution framework that is based on async/await and backed by Azure Service Bus. I was recently in need of a long running workflow engine and wanted to
The Twitter API has its own custom date time format. Tue Dec 01 22:35:28 +0000 2015 DateTime.Parse will barf if you try to parse it. I searched around a bit and didn’t find a quick resolution. Lucki
I was just setting up a new IFTTT.com recipe and got this error: “search query is too long or complex”. I did a bunch of poking around and discovered that my IFTTT->Twitter integration was disconn
I’m investigating automatic REST API SDK generation options and I’d like your help narrowing things down. We, at Power BI, have a REST/JSON API and our documentation is up on apiary, which supports “A
[TLDR; I just joined Power BI and I’m hiring developers. Click here to jump to the job description and apply. Here are some of my previous blog posts to give you an idea of how I operate: On Work/Lif
Power BI is Microsoft’s new data visualization platform. It allows you to easily pull data from datasources like Salesforce, GitHub and QuickBooks. As I was going through the product I noticed they di
I was just messing around with Node.js Tools for Visual Studio and Azure and ran into a few gotchas while getting everything setup. Hopefully this helps you get going. 1. Install the Node.js Tools for