Forum Discussion

sufregs's avatar
sufregs
Icon for Helper I rankHelper I
7 months ago
Solved

Data Variances between dataflow output and Lakehouse data

Hi Everyone. Been troubleshooting this for a while now.   I have a query in a dataflow that writes into Lakehouse. The result of the query (Power query preview) from the dataflow is as expected. Ho...
  • sufregs's avatar
    6 months ago

    Thanks to everyone for the responses and guidance in resolving the issue.
    Steps tried:

    Setting amount column to Decimal.Type before writing into lakehouse - Failed

    Pre-creating the table in lakehouse before writing into it and defining its data type - Failed
    Ensuring the amount column in each of the combined queries was set to Decimal.Type (as last step) prior to combine - Failed

    What eventually worked for me was setting the amount column to Decimal.Type at the point of import into every query that was part of the Table.Combine. I also set it as the last step. I did this as well for every column (numeric) that interacted/contributed to the amount column in each of the queries.
    I hope this helps someone who faces the same issue. It was literally driving me nuts...