This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have list of values for a column in excel sheet.
Content :
Regions
US East
Asia west
..
..
----------------
Now I want to query kusto data source iff Regions in the above regions.
Cannot fetch all the data from Kusto as it too big.
I have a query which gets the data from Excel but cannot use it to Kusto query.
Till now what have I tried:
Table which contains all the regions by name "Regions"
Tried creating this query to get it from the kusto :
```
let
rgn = Text.Combine({"(", Record.Field(Table.First(Table.SelectColumns(#"Region", "regions")), "regions"), ")"}),
q = Text.Combine({"Cluster | where region in~ '(", rgn, ")'"}),
src=Kusto.Contents("clustername", "DB", q, [MaxRows=null, MaxSize=null, NoTruncate=null, AdditionalSetStatements=null])
in
src
```
this gives me following error:
Formula.Firewall: Query 'KsutoQuery' (step 'src') references other queries or steps, so it may not directly access a data source. Please rebuild this data combination.
Hi @sabeer6870 ,
To be honest, I don't know about Kusto.
For filter data from a list, what about this: Pass a list as filter argument in Power Query?
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 43 | |
| 28 | |
| 24 | |
| 22 |