Forum Discussion

Chafi31's avatar
Chafi31
New Member
3 years ago

Extraction from a HFSQL database Respond

hello,

I want to extract from a HFSQL database and I encounter a problem with decimals if the value exceeds 4 decimal places

OLEDB connection

Example 1:

HFSQL value: 113.865546 / Value on Power QUERY: 11386.55

Example 2:

HFSQL value: 135.50 / Value on Power QUERY: 135.50

Same result with change to text type.

Thanks in advance.

3 Replies

    • Chafi31's avatar
      Chafi31
      New Member

      Hi,

      The same result with number.round because the change is made on the value already received.

      I think the maximum of power query is 4 decimal with OLE DB connexion.

      Best regards.