Forum Discussion

rauldantas's avatar
rauldantas
New Member
1 year ago
Solved

We cannot convert the value null to type Record.

My reports were updating normally until yesterday. Now most of them are giving the following error: Expression.Error: We cannot convert the value null to type Record.. Microsoft.Data.Mashup.ErrorCode...
  • rauldantas's avatar
    1 year ago

    I managed to solve the problem.

     

    The problem is in the connector with my datalake, which is Dremio.

     

    What used to be
    = Dremio.DatabasesV370(Dremio_Fonte, "Disabled", null, null, null)

     

    It changed to:
    = Dremio.DatabasesV370(Dremio_Fonte, "Disabled", null, null, null, [])

     

    I made the change in the reports and it is updating normally now.