Forum Discussion

venal's avatar
venal
Memorable Member
6 years ago
Solved

DAX Function is not working

Hello Folks,   I tried to create a sample report with table visual, but one value is showing wrong values.   Column Names:- Date, Amount Amt=SUM(Amount) YTD Amount= CALCULATE(Amt,DATESYTD(DATE[...
  • venal's avatar
    venal
    6 years ago

    v-easonf-msft 

    Thanks for the response.

    2/26 is not shoiwng correct values in Excel and Power BI Desktop.

    Found the work-around with CALENDARAUTO() DAX Function and created a relationship for the 2 date columns.

    Now it is showing as expected in both sides.

    Thanks once again for your support.

    GilbertQ ,v-easonf-msft - Thank you.