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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 10 | |
| 6 | |
| 5 | |
| 4 | |
| 2 |