Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hello Sir, please help me . I want to import data in power bi from Apache druid . How can i create connections.
Hi @Surender123 ,
I think you can try to connect to Apache druid in Power BI by code as below.
let
Query1 = Json.Document(Web.Contents("paste_url:paste_port/druid/v2/?pretty",
[Headers=[#"Content-Type"="application/json"],
Content=Text.ToBinary(
"{
""queryType"": ""groupBy"",
""dataSource"": ""paste_your_table"",
""dimensions"": [""dimension1""] ,
""granularity"": ""all"",
""aggregations"":
[
{
""name"": ""metric1"",
""type"": ""longSum"",
""fieldName"": ""metric1""
}
],
""intervals"": [ ""2020-07-27T00:00:00.000/2020-08-03T00:00:00.000"" ]
}
"
)
]
)),
totable = Table.FromList(Query1, Splitter.SplitByNothing(), null, null, ExtraValues.Error),
expand = Table.ExpandRecordColumn(totable, "Column1", {"version", "timestamp", "event"}, {"Column1.version", "Column1.timestamp", "Column1.event"})
in
expand
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi
Thanks for support me, I used this query and got following error.
Error: DataSource.Error:Web.Contents with the Content opetion is only supported when connecting enonymously.
@Surender123 Try using an ODBC driver: Connecting Tableau to Apache Druid - Stack Overflow
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 62 | |
| 42 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 120 | |
| 113 | |
| 38 | |
| 29 | |
| 28 |