Forum Discussion
could not load data for this visual
- Anonymous5 years ago
Anonymous
For timeout error, you may have to try different duration to test the connection timeout. See details here - https://docs.microsoft.com/en-us/powerquery-m/sql-database
Example:
Source = Sql.Database("Servername", "tablename", [option1, option2, ConnectionTimeout=#duration(0, 0, 20, 0)])
or
Source = Sql.Databases("Servername", [option1, option2, ConnectionTimeout=#duration(0, 0, 20, 0)])Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
If you are trying to connect to a database like SQL Server using Directquery mode, try adding something to your time-out area like 120. This sould help with the timeout issue.
Thanks,
Pragati
- Anonymous5 years agoNot applicable
- Pragati115 years agoSuper User
Hi Anonymous ,
What is the value in this card visual?
Is there a calculation that you are using? If yes can you share what calculation it is?
Thanks.
Pragati