March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have the following function in ADX/Kusto:
Release:
December 2020
Product Version:
2.88.1385.0 (20.12) (x64)
Error Message:
OLE DB or ODBC error: [Bad request] Request is invalid and cannot be executed..
Any clue how to resolve this one?
Solved! Go to Solution.
There seem to be 2 solutions to the issue:
1) Replace
| extend StateReasons[0], StateReasons[1]
with
| extend tostring(StateReasons[0]), tostring(StateReasons[1])
in the function
2) Add a Data Transformation step in Power BI Desktop and set the data type of the 2 columns to Text ...
There seem to be 2 solutions to the issue:
1) Replace
| extend StateReasons[0], StateReasons[1]
with
| extend tostring(StateReasons[0]), tostring(StateReasons[1])
in the function
2) Add a Data Transformation step in Power BI Desktop and set the data type of the 2 columns to Text ...
Hi , @dvp
Sorry I can't fix it on my side,it is recommended to open a support ticket to let engineers look into the issue on your side.
Best Regards,
Community Support Team _ Eason
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
73 | |
68 |