Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi,
Any idea how to change the timeout if it grayed out?
Its working if im adding a new data source, but i dont want to do every setup again...
Thank
Solved! Go to Solution.
Hi @Anonymous ,
It is caused that there is a pair of brackets in your code. Please see the image below to try again.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If the "Command timeout in minutes (optional)" input field is disabled, it is because one or more tables have table-specific timeout values that are unique. This field is only editable globally via the Data Source Settings if all tables have identical timeouts.
To fix this:
1. Click "Transform Data" from the toolbar menu
2. For each table click on the table name and then click "Advanced Editor" from the toolbar menu
3. The dialog box that is shown should contain:
Source = Sql.Database("my-database-server.database.windows.net", "my-database"),
4. If the dialog box contains a custom timeout value (such as below), you can remove it (or ensure that it is configured consistently for all tables in the report)
Source = Sql.Database("my-database-server.database.windows.net", "my-database", [CommandTimeout=#duration(0, 0, 30, 0)]),
The four parameters for the #duration definition are days, hours, minutes, and seconds. The above example sets the timeout to 30 minutes.
5. If the timeout setting is removed, or is identical for all tables, then the "Command timeout in minutes (optional)" value will be editable and will reflect the configured value for all tables (i.e. 30 minutes).
Hi @Anonymous ,
You could try to add specify timeout interval in Advanced Editor manually. See the image below. Hope it will help you.
[CommandTimeout=#duration(0, 0, 30, 0)])
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Xue Ding,
Thank you for the idea, but I get an error after I added.
What could be the problem?
Hi @Anonymous ,
It is caused that there is a pair of brackets in your code. Please see the image below to try again.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
42 | |
30 | |
27 | |
27 |