Stephen Maguire

Results 27 comments of Stephen Maguire

@gbrueckl Nice work! I see this as a very promising addon. 👏 ![image](https://media.giphy.com/media/J0IFnuXpYQIcnWD5v1/giphy.gif) You should add the market link to your repo readme. Also, do you have any details on...

Sorry no. Seems to be related to the PQ extraction though given its referencing line 306

> I just ran a quick test and it seems like you can now regularly download reports that were only created online could you please verify again if this is...

Fair point. I read the line "In order to keep a single demo file, we duplicated the City column into City (unique)" as meaning that normally this would be actioned...

I've added the json to my workspace settings file, but it doesn't seem to be doing anything. Am I missing something? ![image](https://github.com/gbrueckl/PowerBI-VSCode/assets/62320770/c34b8330-6233-4b2a-8597-e9cea90a6dd2)

I checked the folders, nothing there. It looks like the settings aren't valid - based on the message i get when i hover over the json in the settings file....

Awesome feature! Would it be possible to have the notebooks as ipynb files instead of py files? the py files are a little hard to edit with all the notebook...

``` csharp using Microsoft.Identity.Client; using System; using System.Threading.Tasks; namespace PowerBIAuthExample { class Program { static async Task Main(string[] args) { var app = PublicClientApplicationBuilder.Create() .WithAuthority("https://login.microsoftonline.com/common/") .Build(); string[] scopes = new...

You might want to have a look at my latest version: https://github.com/samaguire/PBIdesktop-PracticeDataset/releases/tag/v3.0.1 It is entirely PS driven, launching in bypass mode to get around security requirements and pulls the required...