Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

YTD Calculation not working

Hi,  I am starting to learn Power BI and i am stuck while doing YTD calculation.    I linked 2 tables. Table 1: Customer name, Ordered Date, Revenue Table 2: Created a DIM Table  NEW DIMTABLE =...
  • TomMartens's avatar
    TomMartens
    7 years ago

    Hey,

     

    this seems odd ...

    Here you will find a sample pbix file

     

    The Revenue YTD measure looks like yours:

    Revenue YTD = 
    TOTALYTD(SUM('Fact'[Revenue]),'Calendar'[Date]) 

    Please check your relationships, the relationships look like this:

    And my sample data looks like this:

     

    Hopefully this proivides you with the necessary hint.

     

    Regards,

    Tom