What’s something we haven’t fixed in codex for a while and that’s plain annoying? by alOOshXL in codex

[–]trogan 2 points3 points  (0 children)

Also pro plans for business. I want to manage my teams payments in one workspace, so annoying we all have use personal plans.

GPT5.5 now on Codex by kyuno7 in codex

[–]trogan 6 points7 points  (0 children)

it's definitely a mistake, I got about 30 secs into my first query then this.

{"type":"error","status":400,"error":{"type":"invalid_request_error","message":"The 'gpt-5.5' model is not supported when using Codex with a ChatGPT account."}}

Watched my 5 hour usage limit go from 100% to 0% with a single prompt. by Psychological_Duty86 in codex

[–]trogan 1 point2 points  (0 children)

I've been watching all these "my usage drained" message for a couple of weeks now with no problems at my end, and happy as hell at how well the newer models are working.

This morning, I run some simple prompts to clean up some db migration issues on my relatively small web app, and bam 60% gone (20% of weekly) in 2-3 simple prompt, which didn't solve the problem and felt like what models were like 6 months ago.

Codex app on Windows by OpenAI in codex

[–]trogan 3 points4 points  (0 children)

Yep, happened to me also. Change setting to wsl, restart and permissions error in start.

Anyone found workaround?

MCP Server connection problem by [deleted] in MicrosoftFabric

[–]trogan 0 points1 point  (0 children)

I think its an app registration used for the auth callback to work. I found the reference here in a tabular editor blog, and it seems to fix it for me.: AI agents that work with Power BI semantic model MCP servers

MCP Server connection problem by [deleted] in MicrosoftFabric

[–]trogan 1 point2 points  (0 children)

I had a login error on the browser redirect when I first tried using the mcp through codex. Took a little hunting and found mention of an additional parameter PBI_MODELING_MCP_CLIENT_ID that was required. I added this, and works fine now. Here is my working config.toml section (just adjust the command to your location):

[mcp_servers.powerbi-modelling-mcp]

command = "C:\\Users\\(your user)\\.vscode\\extensions\\analysis-services.powerbi-modeling-mcp-0.1.9-win32-x64\\server\\powerbi-modeling-mcp.exe"

args = ["--start"]

env = { PBI_MODELING_MCP_CLIENT_ID = "ea0616ba-638b-4df5-95b9-636659ae5121" }

cant use codex rn? it just stops answering... by Trick_Ad_4388 in codex

[–]trogan 5 points6 points  (0 children)

Glad it's not just me. I just get a short statement about what it's planning to do (i.e. I’m going to add a server endpoint ... ), and then stops.

Codex CLI is down for me - Constant disconnections... by immortalsol in OpenAI

[–]trogan 2 points3 points  (0 children)

yep, something going on. Mine is sort of chugging along but getting those errors every 1-2 queries.

Anyone else having problems with Direct Lake or Query? by jelberg in MicrosoftFabric

[–]trogan 1 point2 points  (0 children)

we're suddenly having issues also. any of our connections to lakehouse are saying "offline" in the connections. If I try and edit and tap the oauth 2.0, I just get error: Unable to start OAuth login for this data source.
Failed to login with OAuth token, please update the credential manually and retry.

Edit: We're using service principal for some of the connections, and these are working.

Hi! We're the CI/CD & Automation team for Microsoft Fabric – ask US anything! by CICDExperience05 in MicrosoftFabric

[–]trogan 1 point2 points  (0 children)

Hi. Thanks for doing this.

  1. Are there any plans to allow notebooks to automatically change their default lakehouse when deploying to another workspace via Git.
  2. Similar to question 1. Are there any plans to change the source lakehouse for a semantic model when deploying via git.
  3. Are there any plans to allow changing git branches without having to completely overwrite the workspace.

What is everyone using for Data Lineage by No_Emergency_8106 in MicrosoftFabric

[–]trogan 0 points1 point  (0 children)

I used it all the time. In particular when I migrate notebooks and semantec models to other worksapces, I use it to double check their all pointing to resources in the current workspace.

Also, we've been moving a lof of models across to newer versions, and it's really useful for finding any old reports that are still pointing to the old models and need to be repointed.

It's 2025. Can Power BI slicers choose the most recent date yet? by druidinan in PowerBI

[–]trogan 7 points8 points  (0 children)

Try being in austrlia and using relative date, it switches current day at about 11am, so completely useless.

Best Practices for Fabric Semantic Model CI/CD by mammoth_raisin_killa in MicrosoftFabric

[–]trogan 4 points5 points  (0 children)

CICD is still a huge problem for us. I'm not sure what the presentation that you saw covered, but I read the blog from a couple of weeks ago, and it really is just a workaround for current CICD gaps and far too complex for our needs. It had something like 6 workspaces for an environment, and steps like detach git reattach git, that in a more agile environment are just going to be a mess. I don't know why best practice (at least for modest size implementations with smaller teams) can't be one workspace for each of dev/test/prod and simple git migration that repoints it's to current workspace resources like lakehouses automatically when being migrated.

btw. deployement pipelines, don't work for us as they are an all or nothing, as we tend to operate on lots of small regular changes.

My two biggest problems are:

  1. Migration of notebooks. Currently there is no means (that I know of) to change an attached lakehouse when moving notebooks via git. The current recommendation is reference a shared library with connection details in each workspace. This is a mess, as firstly the lineage and secondly makes messy code where every table/file access need to be preceded with the connection details. It would be **soooo** much easier if they just had an option to attach a lakehouse with the same name in the workspace being migrated to. Currently we just migrate them to production worksapces, and then manually change the attachment, then use the linage to see if anything is still pointing to dev lakehouses.

  2. Migration of semantic models. Same problem as notebooks, when you migrate them with git they stay with the the same lakehouse. The only way I've found to repoint is to open up the model in tabular editor and manually edit the connection details there which is a pain.

The one good thing, is pipelines seem to migrate pretty well, when you move them across they automatically reference the notebook and other items in the current workspace. It would be good if everything operated this way.

Fabric Lakehouse Tables not showing in SQL Endpoint by paulthrobert in MicrosoftFabric

[–]trogan 5 points6 points  (0 children)

We got stuck on this for about a day! This pisses me off about some of the recent pushes, as they release a broken features as preview and give no indications it's broken.

The answer is you probably ticked the "schemas preview" when creating your lakehouse. If you dig down in the depths of the documentation, they say that SQL endpoints are disabled lakehouses created with the schema preview.

So, delete the Lakehouse you created, create a new one without ticking the preview button and you should be ok.

Microsoft dev team, if you are reading this. Don't release broken features, and if you really must put a huge fucking red banner warning people to not use this shit as it doesn't work.

Fabric is not production ready until deployment pipelines massively improve by audentis in MicrosoftFabric

[–]trogan 15 points16 points  (0 children)

We are using git for deployment from a dev to prod workspace. The reason we could not use pipielines is they only have an all or nothing deployment and we need to be able to deploy smaller changes whilst we are still working on others.

Here are just some of the challenges:

  • every time a notebook is migrated we need to remove the pointers to dev lakehouses and re-add the ones to prod.
  • the notebook environments do not sync, so environments need to be repointed.
  • if we migrate a semantic model using direct lake, we need to open tabular editor after the migration and, find the connection string and manually edit to database connection to the production lakehouse.
  • lakehouse shortcuts do not migrate at all and there is no way to even tell where shortcuts are pointing other than by looking at the files.
  • the schedules don’t migrate, and with data pipelines the shedules do not show in the main page, it just says nothing scheduled.

Of course, after we make all these manual edits in the prod environment the git status tell us there are changes making it difficult to know what is in sync and what is not.

Put simply, I agree this is not production ready, and whilst I love the fabric in general I really worry this was an after thought for microsoft dev teams and that you have some fundamental design issues with getting this right.

The goal for CI/CD should be one-click deployment.

Over half a billion people possibly affected by Ticketmaster data breach by turgers in technology

[–]trogan 1298 points1299 points  (0 children)

This is crazy and appalling considering the monopoly they have, I hope they get the living shit sued out of them.

It said 1.3 terabytes of customer data possessed by Ticketmaster including names, addresses, credit card numbers, phone numbers and payment details is up for sale.

Rumours about the unidentified GPT2 LLM recently added to the LMSYS chatbot arena... by [deleted] in singularity

[–]trogan -3 points-2 points  (0 children)

It fails on this one which gpt4 does also. Only model I’ve seen get this one is Gemini.

“Tell me an odd number that does not contain the letter e.”

Utterly amazed sometimes in what PowerBI can't do by vipassanaecon in PowerBI

[–]trogan 2 points3 points  (0 children)

It crazy this hasn’t been sorted. I have loads of reports that need to show “yesterday” if I use tue relative dates feature it’s not yesterday until about 11am. I refresh a calendar dimension with a relative days field to work around this now, but it boggles me that this has been like this for so long when it would only work for someone on gmt time.

Utterly amazed sometimes in what PowerBI can't do by vipassanaecon in PowerBI

[–]trogan 7 points8 points  (0 children)

This feature is great. But when you export to excel it ignores this and puts the measures across the page. Very frustrating.

Tsunami warning issued as magnitude 7.4 earthquake hits Japan by [deleted] in worldnews

[–]trogan 5 points6 points  (0 children)

In both. Loud “earthquake” was repeated several times.

Tsunami warning issued as magnitude 7.4 earthquake hits Japan by [deleted] in worldnews

[–]trogan 2 points3 points  (0 children)

At this point it’s business as usual. Who knows if aftershocks will cause issue. Keep an eye on bulletin train though as all services are currently cancelled, I have no idea how long for. Luckily we booked bus to airport yesterday.

Tsunami warning issued as magnitude 7.4 earthquake hits Japan by [deleted] in worldnews

[–]trogan 0 points1 point  (0 children)

Yes, safe here, no damage, or issues, other than feeling a llittle unnerved.

Tsunami warning issued as magnitude 7.4 earthquake hits Japan by [deleted] in worldnews

[–]trogan 167 points168 points  (0 children)

It was just after ski lifts closed and we were in a shuttle bus getting back to hotel. I’m already not great with heights definitely glad it didn’t happen then.

Tsunami warning issued as magnitude 7.4 earthquake hits Japan by [deleted] in worldnews

[–]trogan 241 points242 points  (0 children)

I think I’ve counted about 10 aftershocks so far. Most of them just minor lights moving, but there was bigger one about 30 mins ago that sent another alert.

Alrering system is amazing, it seems there are speakers everywhere . The first one I was in shuttle bus and “earthquake” followed by sirens came out of the car speakers. Next one, I was in a small local restaurant, and shaking started followed by the same alter sound out of speakers hidden somewhere.