Forum Discussion
Dataflow gen2 high CU usage
Hi matkvaid
Please provide the support ticket number. I can track it further and provide the details.
2401310050005351
- matkvaid2 years agoHelper III
Well what can i say - the support is useless. I have a ticket for this, open for a month. For all this time support have done nothing and provided no information. Just try to call whenever they want, ignoring time zones. I now have better situation after i found in this forum, that on premise gateway update - helps. But i got this not from support. So i can say just one thing - microsoft support, especially mindtree limited - is useles incompetent time wasters.
- Anonymous2 years agoNot applicable
exacly, i have a ticket opened with already around 50 emails, 20 of them is explaining over and over again the problem, that is quite simple (the visuals does not load in certain times). I'm carrying this ticket to see where it goes, looks like they win getting us tired to solve the problem.
- matkvaid2 years agoHelper III
I am amazed, how it can be bad like that. I had another ticket open, in two weeks i found how to solve the problem myself. In that time support just asked same questions in emails and teams calls. I had another issue with UTC times and on prem data gateway. It was a bug, i was ignored in support, here and in official reddit sub, no answers were given... I am happy that the bug was fixed, but - i had made workarounds for my reports to work, and the fix broke them. I got questions from report users, why the reports do not work AGAIN... In my opinion, Fabric is still far from being ready for production...
- JustinWesty2 years agoFrequent Visitor
Hi Matkvaid,
What I have found on random occasions is that when I have a comment line in my M code, the query doesn't fold (look at your process volume in the output; I would assume the volume is unfolded). So, I downloaded a template of my original and removed all comments.
example
#"Filtered rows 1" = Table.SelectRows(#"Removed other columns", each [entryNo] > _maxEntryNo),//#"Filtered rows 1" = Table.SelectRows(#"Removed other columns", each [entryNo] > 0)Fix#"Filtered rows 1" = Table.SelectRows(#"Removed other columns", each [entryNo] > _maxEntryNo),