Forum Discussion

srpeters's avatar
srpeters
Helper II
2 years ago
Solved

Middleware datatype unrecognized when replicating SQL tables

Hello, The data for my reports are coming from a secondary SQL database. We are replicating a portion of a much larger database to this secondary one for these reports. The issue we have run into ...
  • lbendlin's avatar
    lbendlin
    2 years ago

    You could consider using a view at the source to convert it into a more standard type,  or to consume it in Power BI as binary, then convert to text, and then parse as needed.