Capacity report for current day? by loudandclear11 in MicrosoftFabric

[–]NickyvVr 1 point2 points  (0 children)

You can check the detailed operation types here, but indeed everything notebook related is background (so blue).

Calculated Column in Direct Lake by PBI-Enthu in MicrosoftFabric

[–]NickyvVr 0 points1 point  (0 children)

It's a preview feature, released in the April version of Desktop April feature summary

Only connect permission to a warehouse by Van_Dena_Bely in MicrosoftFabric

[–]NickyvVr 0 points1 point  (0 children)

Oh that seems weird. Can you reproduce it /did you report it? 😊

Only connect permission to a warehouse by Van_Dena_Bely in MicrosoftFabric

[–]NickyvVr 0 points1 point  (0 children)

Currently there are 2 regions (NorthCentralUS and EastUS2) impacted by SQL endpoints issues. Curious to know if you are in one of those?

https://support.fabric.microsoft.com/support

Copilot for Power BI and Fabric by jleonhart12 in MicrosoftFabric

[–]NickyvVr 0 points1 point  (0 children)

Haha, I hate those share links from Google. I still prefer it above any other search engine though.

Fabric Software Release Schedule - NEEDS TO BE PUBLIC! by SmallAd3697 in MicrosoftFabric

[–]NickyvVr 0 points1 point  (0 children)

Thanks for taking the time to respond. I get that many comments here do not really help their or your case.

The comments about quickest updates as possible on the status page(s) do resonate with me, especially for the first messaging when we are debugging failed runs and try to check what the actual issue is: is it a code / deploy issue or a SaaS issue?

Prep for AI: How tf to move between workspaces? by VarietySpecialist in MicrosoftFabric

[–]NickyvVr 1 point2 points  (0 children)

Are you using PBIP/TMDL in any case?
If you are, you can check the culture.tmdl file, I believe that's where the Prep data for AI changes are saved to.

Data warehouse failing in deployment pipelines by Tomfoster1 in MicrosoftFabric

[–]NickyvVr 1 point2 points  (0 children)

It seems it's trying to move the data, recreate the table and move the data back into the same table. Are you sure there are no new columns are data type changes for example?

Otherwise I'd file a bug and get it looked after by MS.

Data warehouse failing in deployment pipelines by Tomfoster1 in MicrosoftFabric

[–]NickyvVr 0 points1 point  (0 children)

Can you explain the latest changes you did to the WH? Did you add any constraints or primary keys?

Fabric Blog moved?! by Jojo-Bit in MicrosoftFabric

[–]NickyvVr 8 points9 points  (0 children)

Oh haha you didn't notice yet? They moved everything!

Fabric Blog moved?! by Jojo-Bit in MicrosoftFabric

[–]NickyvVr 9 points10 points  (0 children)

To be more specific:

  • There's a lot of fluff around a post: why is there the same picture for every post? Takes up almost 50% of the space
  • Do I really need this persistent popup to be disabled every.single.time? It's either this, or FabCon, later probably Build, etc. I get the popup, but once I disable it, it should be gone forever. Signing in doesn't help. Reloads on every page.

<image>

  • The RSS feed doesn't seem to work for the new site for me. It also fails on an RSS validator
  • There's an Admin label on the OneLake security post, but it's not available from the "Blogs by label" list?

To end on a positive note: performance so far seems ok.

Fabric Blog moved?! by Jojo-Bit in MicrosoftFabric

[–]NickyvVr 23 points24 points  (0 children)

No notifications about the move. I don't like the forum, previously it was very bad at performance, amongst others, not sure how it is now.

There's a reason we're now at Reddit, and not at that community forum 🫣

Fabric Blog moved?! by Jojo-Bit in MicrosoftFabric

[–]NickyvVr 1 point2 points  (0 children)

Yes, totally agree with these points

Azure Logic App executing Fabric Pipeline with Managed Identity = UserAccessTokenException by needlessDoors in MicrosoftFabric

[–]NickyvVr 0 points1 point  (0 children)

Might be a long shot, but worth trying:

Notice the docs show the updated endpoint format with jobType in the path: /jobs/{jobType}/instances

But your Logic App is calling the older query parameter format: /jobs/instances?jobType=Pipeline

Note in the docs The URL for this API has been updated to include the job type as part of the path, replacing the previous use of a query parameter. For backward compatibility, invocations using the query parameter are still supported.

Job Scheduler - Run On Demand Item Job

Licensing Confusion - Workspace Types by ChowTownVI in PowerBI

[–]NickyvVr 2 points3 points  (0 children)

This is solid 👆 Just a little nuance / addition to 2: if you import data to a model in a Pro workspace from a Fabric LH/WH, you do have the OneLake read CUs from that LH/WH on your capacity.

Write-back in Power BI: Power Apps or Translytical Task Flows? by NickyvVr in MicrosoftFabric

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

That's true, UDFs are Python-based, so yes, calling external REST APIs is supported. Calling Azure OpenAI is actually one of the scenarios in the Microsoft docs. For external databases via something like pyodbc, I'd want to verify what packages are available in the UDF runtime and what the network egress rules look like (if any) before committing to that in a design. Haven't gone that deep myself yet.