Solution to Power BI Desktop Missing Data Tab
When using Power BI Desktop you will see the “Data” tab on the left. When you create a new DirectQuery connection, the “Data” tab disappears. It wasn’t obvious to me that the “Data” tab disappeared
When using Power BI Desktop you will see the “Data” tab on the left. When you create a new DirectQuery connection, the “Data” tab disappears. It wasn’t obvious to me that the “Data” tab disappeared
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
On Windows using the Windows Installer and Azure CLI wouldn’t update to the latest version - it was stuck on 2.0.44, but the latest is 2.0.66. I uninstalled the Azure CLI via Apps, but it was still av
This is my 20th year as a software engineer and 15th year at Microsoft. I started in 1999 and worked in startups for 5 years. I then spent the next 12 years at Microsoft shipping products and services
This content is outdated Please see the most up-to-date Azure REST APIs with Postman video and blog here: Latest Azure REST APIs with Postman Video: https://aka.ms/azurerestvideoLatest Azure REST APIs
I just tried to create a Postman Collection and I wasn’t able to add any requests to it because it was created as read only. I did a bunch of Googling and Githubbing to no avail. I happened to go to
I’m building a recursive Vue.js component and ran into this error: Unknown custom element: <Categories> - did you register the component correctly? For recursive components, make sure to provide
Developing a Vue.js app and I was getting this: Uncaught TypeError: Cannot set property 'render' of undefined at normalizeComponent (componentNormalizer.js:24) at Module../src/App.vue (App.vu
With this code: @Component export default class CategoryRating extends Vue { @Prop({default: {}}) category: any; I kept getting this VS Code error: Exp
I spent way too much time this weekend debugging Vue.js - Vetur - Prettyhtml - Prettier - Beautify - Eslint issues. Here’s what I discovered: By default, Vetur (The VS Code Vue.js Extension) uses Pre
Working on a Vue.js and TypeScript project. I had this: @Prop() enabled!: boolean = false; And got this error: Avoid mutating a prop directly since the value will be overwritten whenever the parent
I’m new to Vue.js and didn’t realize that you have to fully define the structure of your view model object or bindings will not work. For example, with this code, I define data: { vm: {}
One way to keep track of tweets that you want to follow up on is to “like” them to review at a later time. I posted my method for that here: How to Create a Microsoft To-Do Task from a Liked Tweet us
I only “like” tweets that I want to follow up on. For example, when someone tweets a new podcast I’ll “like” it as a reminder to listen to it later. Before today, I would have to go to my “Liked Tweet
I have a NVIDIA GeForce GTX 745 graphics card, which has one DisplayPort and one HDMI port. My NEC PA322UHD is connected via DisplayPort and my NEC EA275UHD is connected via HDMI. I got this error wh
The default GitHub.com theme is not very colorblind friendly because it is hard to distinguish hyperlinks from normal text. I’m using GitHub as an example because I use that site a lot, but I see the
Go to Firmware Page https://digilab.dremel.com/3D-Support Download Firmware Zip file and unzip it. Run dremel_firmware.exe as Admin. Plug printer into computer’s low-powered USB port - the one withou
Remove Yourself from an Azure Subscription It is not possible to remove yourself from a Subscription. You have to contact the Subscription owner to remove you. IMO a user should be able to remove th
In Azure DevOps, got this error: 2018-09-25T21:24:45.2778646Z ERROR: Error: Value cannot be null. 2018-09-25T21:24:45.2791049Z Parameter name: paths 2018-09-25T21:24:45.2804472Z at System.IO.Path.C
In Azure DevOps, got this: The user's home directory could not be determined. Set the 'DOTNET_CLI_HOME' environment variable to specify the directory to use. As a workaround, add the DOTNET_CLI_HOME v