Forum Discussion
neenu
3 years agoRegular Visitor
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()-1This will work if you have date selected in the report,
Previous Day = SELECTEDVALUE('Test 2'[Date])-1Thanks,