Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a dataflow that runs some SQL query on an Azure SQL Database that is scheduled to run 12:30am. The dataflow failed today with an ambigous error like: Error: Request ID: BLAH-BLAH-BLAH Activity ID: BLAH-BLAH-BLAH (I have replaced the actual ID with a dummy id).
Has anyone come across this? Is there a way I can turn on or a setting to allow a verbose reporting? Because the above error doesn't explain what went wrong.
Solved! Go to Solution.
Those vague errors with just a Request ID and Activity ID aren’t helpful at all.
Couple of things to try:
First, check the refresh history sometimes it’ll give a bit more context (like a timeout or auth issue).
If you're using an on-prem gateway, take a look at the logs they can be more insightful than the Power BI UI.
Also worth running the same SQL query manually (SSMS or Azure Data Studio) around that 12:30 AM mark mostly queries time out or hit throttling when the DB is under load.
Sadly, Gen 1 doesn't have any verbose logging or diagnostics toggle. You might want to test moving it to Dataflow Gen 2 logging and error handling is much better there.
Thank you for reaching out to the Microsoft Fabric Forum Community.
I hope the information shared by the users was helpful. Did you have a chance to try those suggestions? If you still have questions, please don't hesitate to reach out to the community
I wanted to check if you had the opportunity to review the information provided by users. Please feel free to contact us if you have any further questions.
Hope everything’s going smoothly on your end. I wanted to check if the issue got sorted. if you have any other issues please reach community.
Those vague errors with just a Request ID and Activity ID aren’t helpful at all.
Couple of things to try:
First, check the refresh history sometimes it’ll give a bit more context (like a timeout or auth issue).
If you're using an on-prem gateway, take a look at the logs they can be more insightful than the Power BI UI.
Also worth running the same SQL query manually (SSMS or Azure Data Studio) around that 12:30 AM mark mostly queries time out or hit throttling when the DB is under load.
Sadly, Gen 1 doesn't have any verbose logging or diagnostics toggle. You might want to test moving it to Dataflow Gen 2 logging and error handling is much better there.