Forum Discussion

neenu's avatar
neenu
Regular Visitor
3 years ago
Solved

Display previous day from today

Hi all

I am New to power Bi.I have card that showing today's date.I also want to display  the previous day as a card from today's date.

please help me 

  • neenu ,

    check if it helps or not,

    Previous Day = TODAY()-1

    This will work if you have date selected in the report,

    Previous Day = SELECTEDVALUE('Test 2'[Date])-1

    Thanks,

1 Reply

  • Arul's avatar
    Arul
    Super User

    neenu ,

    check if it helps or not,

    Previous Day = TODAY()-1

    This will work if you have date selected in the report,

    Previous Day = SELECTEDVALUE('Test 2'[Date])-1

    Thanks,