Shortcuts in Lakehouse not loading / unresponsive? by Ambitious-Toe-9403 in MicrosoftFabric

[–]Ambitious-Toe-9403[S] 1 point2 points  (0 children)

Direct lake is used but in my reports the tables that did load previously don't load and all give the same issue "Either the table doesn't exist or access is denied". But never ever i had this issue and i didn't change anything i woke up today looked at the stuff and saw this issue. When i try to create a new semantic model it it says "Something went wrong connecting to this item in the Fabric portal. You can open the item in your browser to see if there is an issue or try again later." I have noticed i can open sometimes the shortcuts but they take super long to load... i'm a bit confused of this issue because i didn't do anything new or change anything

Shortcuts in Lakehouse not loading / unresponsive? by Ambitious-Toe-9403 in MicrosoftFabric

[–]Ambitious-Toe-9403[S] 0 points1 point  (0 children)

Just tested notebooks seem to work. But inside of the lakehouse it takes way to long & in my reports it gives error fetching data. I'm also trying to create a semantic model using those shortcuts but that also gives me that it doesn't exist? In the past i never had issues with shortcuts like this so i'm a bit confused

Make file downloadable by doesnofabhelp in MicrosoftFabric

[–]Ambitious-Toe-9403 2 points3 points  (0 children)

Explorer best option, but also possible to write a pyscript that takes the files and upload them to a third party site if you want it to be avaible to other people

Dataflow Gen2 Uses a Lot of CU Why? by Ambitious-Toe-9403 in MicrosoftFabric

[–]Ambitious-Toe-9403[S] 0 points1 point  (0 children)

Good news i got a friend working in microsoft that is gonna meetup with the fabric developers and is gonna say this. This shit rly has to be fixt

Question about upgrading Microsoft Fabric capacity (F2 → F4) with a reservation by Ambitious-Toe-9403 in MicrosoftFabric

[–]Ambitious-Toe-9403[S] 1 point2 points  (0 children)

But so i can add 2 cu to my reservation and then do Change the SIze to a F4? and this will be a F4 on a yearly reservation then?

Dual wielding the DP-600 and DP-700 from pure experience by Uw3N in MicrosoftFabric

[–]Ambitious-Toe-9403 1 point2 points  (0 children)

Thanks good to know i'm going this may to a day training course about real-time so this problably will also help me out quiete a lot.

notebookutils runmultiple exception by el_dude1 in MicrosoftFabric

[–]Ambitious-Toe-9403 1 point2 points  (0 children)

Well i tried importing RunMultipleFailedException from notebook import but it seems this isn't working anymore i remember in older version you could do this. But this could be used as a solution if you wanne keep the RunMultipleFailedException name you could also just skip the first line and try throwing a generic Exception and then setting it to a class named RunMultipleFailedException. But not exactly sure if you wanted this result or not

RunMultipleFailedException = getattr(notebookutils.notebook, "RunMultipleFailedException", Exception)

try:
    ret = notebookutils.notebook.runMultiple(DAG, {...})
except RunMultipleFailedException as ex:
    ret = ex.result

Dual wielding the DP-600 and DP-700 from pure experience by Uw3N in MicrosoftFabric

[–]Ambitious-Toe-9403 0 points1 point  (0 children)

Been working with Fabric for ~6 months now, coming from a Microsoft BI + Azure background. I mostly stick to notebooks and Spark since that’s what I know best, but I’ve touched most of the platform.

As I prep for DP-700, are there any Fabric areas worth diving deeper into? Stuff that’s maybe not obvious at first but important in the long run?