Forum Discussion

Yrstruly2021's avatar
Yrstruly2021
Helper V
2 years ago

Values differ in Source then PowerBI from

I woud like to know, why my values differ in PowerBI. I got  value in the source of -1167071.32 and in PowerBI -1887965.0199999851.

Change in Capex Creditors = 
CALCULATE (
    -SUMX(
        FILTER(
            'ZTBR',
            'ZTBR'[Roll_Up_Function] IN {"Change in capex creditors"}
        ),
        'ZTBR'[Amount in USD]
    )
)

2 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    Yrstruly2021 Well, first, no need for the CALCULATE. Second, what is the source and what is the formula you are using in the source?

    • Yrstruly2021's avatar
      Yrstruly2021
      Helper V

      The source is Postgres. I am converting money values from ZAR to USD. I tested the conversion data in DB and its correct Why am i getting such a big difference in values