Forum Discussion

Sándor's avatar
Sándor
New Member
1 year ago
Solved

YTD dynamic table in dax

  Dear All! I would like to kindly ask for your help.   I have created a simple table with the value of 1 for each day. Just to keep it simple.   I am calculating the YTD value with the follow...
  • danextian's avatar
    1 year ago

    Hi Sándor 

     

    If you are trying to exclude future dates from showing up in YTD, you can use double calculate. Also, please start using a separate dates/calendar table that's been marked as such.  Set and use date tables in Power BI Desktop

     

    YTD Value today = 
    VAR _MAX =
        TODAY ()
    RETURN
        CALCULATE (
            CALCULATE ( SUM ( 'Table'[Value] ), DATESYTD ( 'Calendar'[Date] ) ),
            KEEPFILTERS ( 'Calendar'[Date] <= _MAX )
        )
    

    Please see the attached pbix.

     

     

  • maruthisp's avatar
    1 year ago

    Hi Sándor ,

    I tried to replicate and fix the issue, Please find the attached pbix file for oyur reference.
    YTD dynamic table in dax.pbix

    Please let me know if you have further questions.

    If this reply helped solve your problem, please consider clicking "Accept as Solution" so others can benefit too. And if you found it useful, a quick "Kudos" is always appreciated, thanks! 

     

    Best Regards, 

    Maruthi 

    LinkedIn - http://www.linkedin.com/in/maruthi-siva-prasad/ 

    X            -  Maruthi Siva Prasad - (@MaruthiSP) / X