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 nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more
Hello:
I am trying to use PowerBI REST API (in C#) using
using var response = await _httpClient.SendAsync(httpRequest, HttpCompletionOption.ResponseHeadersRead, cancellationToken);
...
if(response.StatusCode = HttpStatusCode.Accepted){
var result = await response.Content.ReadFromJsonAsync<Export>(cancellationToken: cancellationToken)
...}
I got response back, but when I deserialize json , it throws exception
The JSON value could not be converted to System.Nullable`1[Microsoft.PowerBI.Api.Models.ExportState]. Path: $.status | LineNumber: 1 | BytePositionInLine: 278.
Can someone help with this error?
When I used online tryit from https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofileingroup#code-try-0 , I noticed the response is like this:
{
"@odata.context": "http://.../v1.0/myorg/groups/.../$metadata#exports/$entity",
"id": "...",
"createdDateTime": "2021-05-05T...Z",
"lastActionDateTime": "2021-05-05T...Z",
"reportId": "...",
"status": "NotStarted",
"percentComplete": 0,
"expirationTime": "0001-01-01T00:00:00Z"
}
Hi @Anonymous ,
Please review the solution in the following links and check whether they can help you resolve the problem.
JsonSerializer.Deserialize on Nullable value types
Why it occurs this error [The JSON value could not be converted to System.Nullable]
Best Regards
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |