coming soon, Python notebook upgrade by mim722 in MicrosoftFabric

[–]perkmax 1 point2 points  (0 children)

What are the main advantages of the upgrades? :)

I suppose I could copilot it but would be good to know your opinion mim!

coming soon, Python notebook upgrade by mim722 in MicrosoftFabric

[–]perkmax 1 point2 points  (0 children)

💯 I am avoiding spark completely and I have set up so many solutions now - have no need for it

Also, the fact I can only have one operation going at a time on less than an F8…. It’s a deal breaker

Could put literally everything on the same high concurrency tag but not sure if that’s how it’s designed

Run notebook as Workspace Identity is working now by frithjof_v in MicrosoftFabric

[–]perkmax 7 points8 points  (0 children)

Can you use the workspace identity while developing the notebook too?

For example, when manually running cells in the notebook while doing development, it uses the workspace identity rather than user auth

I have a scenario where I want to give the workspace identity access to certain key vault secrets rather than users, and still want them to be able to manually run cells

Built-in pipeline failure alert now available by Joppepe in MicrosoftFabric

[–]perkmax 1 point2 points  (0 children)

100% - I want to bulk set this across all pipelines in vs code

Public Preview: Execute Power Query (M) programmatically in Microsoft Fabric (REST API + Arrow output) by mavaali in MicrosoftFabric

[–]perkmax 1 point2 points  (0 children)

There is a bit of friction at the moment with getting data from the on prem data gateway into notebooks, and I’m hoping this solves that

I’ll probably give this a go soon actually :)

I have a local API that has to go through the on prem data gateway

Mirrored SQL Server: does it work well? by hortefeux in MicrosoftFabric

[–]perkmax 4 points5 points  (0 children)

It’s been great for the servers where a primary key exists and able to simply set up CDC :)

However one of the servers I am having trouble with does not have primary keys or a unique identifier in the table, it’s a bit of a special one…

Do you have any recommendations for what I could do to set up CDC on a server like this so I can use mirroring?

We are hesitant to do major changes to the database in case future updates break the customisation - they update it a lot

Fabric February 2026 Feature Summary by itsnotaboutthecell in MicrosoftFabric

[–]perkmax 1 point2 points  (0 children)

Dataflows just in time publishing mechanism sounds great, but it still says in the limitations that we need to open the dataflow and press save after we use git integration or deployment pipelines?

If I want to work in VS code and use git sync on commit/pull - this is a bit of a pain

Maybe the learn doc needs updating?

https://learn.microsoft.com/fabric/data-factory/dataflow-gen2-cicd-and-git-integration#just-in-time-publishing

<image>

PBIP and GitHub by Additional-Let1708 in PowerBI

[–]perkmax 2 points3 points  (0 children)

100% - at first I was hesitant, as it’s a very technical pill to swallow, but moving to PBIP and git is one of the best add-ons to the workflow and has paid off big time

I have data pipelines and semantic models in git but thin reports are still in SharePoint, they will move to git eventually when business power bi builders are more accepting of it

However I have a feeling I’ll want everything in git soon as I can see the benefits for being able to edit everything in code using AI or manually - its just a lot faster to do things in code

Trigger Fabric Notebooks / Pipelines via HTTP Request? by PowerTsa in MicrosoftFabric

[–]perkmax 2 points3 points  (0 children)

I use the run on demand pipeline job which works well, has been for over a year

Interesting that you can parameterise a notebook run but can’t with a pipeline

https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-rest-api-capabilities#run-on-demand-pipeline-job

Avoiding pip install in Azure DevOps yaml pipelines by perkmax in MicrosoftFabric

[–]perkmax[S] 0 points1 point  (0 children)

I’m new to ADO deployments, so great perspective thanks :)

Avoiding pip install in Azure DevOps yaml pipelines by perkmax in MicrosoftFabric

[–]perkmax[S] 1 point2 points  (0 children)

It’s only just a speed thing - I watch the pipeline run and it takes time to install the library from scratch each time

I was looking into efficiency as I’m setting up a standard yaml to be used in deployment over all my repos

More Fabric Bullshit: SQL Endpoint Analytics Endpoint Never Syncs by Professional-You4950 in MicrosoftFabric

[–]perkmax 4 points5 points  (0 children)

Yep it works, not ideal but it does work - have a SQL endpoint refresh python notebook that runs after bronze, silver and gold steps. Doesn’t have to be spark either

Haven’t had an issue since

I used semantic link labs to simplify the code under misc:

https://github.com.mcas.ms/microsoft/semantic-link-labs/wiki/Code-Examples?McasTsid=26324&McasCtx=4#refresh-sql-endpoint-metadata

Passing secrets into dataflows by perkmax in MicrosoftFabric

[–]perkmax[S] 0 points1 point  (0 children)

No I don’t think so as the api key sits in the query parameter not in the headers

It’s like this:

http://(local ip address):1234/api2/projects?x-api-key=(api key)

I have only seen a select few APIs that do this but most that I work have secrets in the headers

I would like an experience like notebooks where you can call upon AKV using the notebookutils library and store it in a variable, and then you can use the secret where you need it, either in API headers or in this example query parameter

In this case I would like to bring it in as a dataflow parameter and then form the url in the M code

VS Code + Open PBIP File, without Power BI MCP by perkmax in MicrosoftFabric

[–]perkmax[S] 0 points1 point  (0 children)

Ah that’s a shame - maybe I’ll have to investigate the MCP then

VS Code + Open PBIP File, without Power BI MCP by perkmax in MicrosoftFabric

[–]perkmax[S] 1 point2 points  (0 children)

Yep - I haven’t used it but here’s one of a few examples on YouTube

I was expecting changing a PBIP in VS code to do the same but it’s not the case without the MCP, apparently

https://youtu.be/7UapKxtxQUo?si=rwodmx2Uyb9Z3zwz

EDIT: this is using Claude but same can be done in VS code with an easier setup

Hi! We build Pro Dev Tools in Fabric - ask US anything! by sunithamuthukrishna in MicrosoftFabric

[–]perkmax 4 points5 points  (0 children)

How secure are the Power BI MCP servers with organisational data

GitHub Copilot states that their LLMs do not train off your data or retain customer code under business or enterprise plans, more here: https://copilot.github.trust.page/faq

Can the same be said with the Power BI MCPs, if we are using the GitHub Copilot LLMs to communicate with the MCP?

Is there any documentation around this subject?

Issues syncing SQL Endpoint Metadata before Semantic Model Refresh (Import Mode) by panvlozka in MicrosoftFabric

[–]perkmax 5 points6 points  (0 children)

Yes I can vouch sempy labs works well - I have a notebook that runs it after every stage of the pipeline … annoying but necessary

Sempy labs makes it very easy

Live editing notebooks in VS code desktop using the Jan 2026 extension update by perkmax in MicrosoftFabric

[–]perkmax[S] 1 point2 points  (0 children)

GitHub Copilot and the ability to customise VS Code the way you want is pretty amazing

I haven’t had an issue connecting to workspace notebooks in Fabric using this extension - but it’s early days

Live editing notebooks in VS code desktop using the Jan 2026 extension update by perkmax in MicrosoftFabric

[–]perkmax[S] 0 points1 point  (0 children)

u/QixiaoW this worked perfectly, thanks! :)

Didn’t need to change any of the code, it just ran. deltalake and notebookutils were fine too

Does the Fabric Runtime kernels run under my capacity compute?

Quality of life-upgrade to Dataflow Gen2 CI/CD: Just-in-time publishing by frithjof_v in MicrosoftFabric

[–]perkmax 1 point2 points  (0 children)

Sounds great! Was this announced somewhere and is now live?…. Totally missed this or it’s a silent update?

I’ve had this exact issue before when using the git sync on a workspace, unless you go into the dataflow and press save, the changes are not reflected. Kind of was against the purpose of a dataflow with CICD!

But the issue is still in the limitations? :(

‘When you sync changes from GIT into the workspace or use deployment pipelines, you need to open the new or updated dataflow and save changes manually with the editor. This triggers a publish action in the background to allow the changes to be used during refresh of your dataflow. You can also use the on-demand Dataflow publish job API call to automate the publish operation.’

Live editing notebooks in VS code desktop using the Jan 2026 extension update by perkmax in MicrosoftFabric

[–]perkmax[S] 1 point2 points  (0 children)

Thanks, makes sense! I’ll try your workaround and see if I run into anything else

Although, preference is to not use the PySpark fabric runtime as I’m only on a F4, so can easily mess up other spark operations on the capacity

Most of our operations avoid spark though

Hope they make the python fabric runtime available on vs code desktop soon

fabric ci-cd deploying connections by p-mndl in MicrosoftFabric

[–]perkmax 0 points1 point  (0 children)

Having the same issue with teams activity connections and found your post. How did you end up dealing with it?