Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
DataSource.Error: Web.Contents failed to get contents from "http://<IP Address>:8086/query" (400): Bad Request
Datails:
DataSourceKind=web
DataSourcePath=http://<IP Address>:8086/query
Url=http://<IP Address>:8086/query
= let
url = "http://<IP Address>:8086/query",
Source = Json.Document(Web.Contents(url,[
Headers = [#"Content-Type" = "application/vnd.flux",
#"Authorization" = "Token <userID>:<Password>",
db="<DB_Name>",
q="SELECT * FROM <Measurement_Name>"
]
]
))
in
#"Source"
Solved! Go to Solution.
@Anonymous
I was also think you can try using the web connector querying the influxdb api, seems not working.
With my research, I found power bi currently do not support connection with InfluxDB as refer to the Idea: Microsoft Idea · Open PowerBI to InfluxDB Databases. I can you should vote that idea hope power bi brings the feature ASAP.
Something might help: InfluxDB via REST API JSON - Microsoft Power BI Community
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
@Anonymous
I was also think you can try using the web connector querying the influxdb api, seems not working.
With my research, I found power bi currently do not support connection with InfluxDB as refer to the Idea: Microsoft Idea · Open PowerBI to InfluxDB Databases. I can you should vote that idea hope power bi brings the feature ASAP.
Something might help: InfluxDB via REST API JSON - Microsoft Power BI Community
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.