Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi all ,
i have a date slicer in my report , i want to show the yesterday date as default value when we land on the report.
Can you help me how this can be done.
I am using direct query metho
Solved! Go to Solution.
@Anonymous Right, so you would set the slicer to "Yesterday" and save it. Publish it, now Yesterday should be the default for the report.
Hi @Anonymous,
Did Greg's suggestions help with your scenario? if that is the case, you can consider Kudo or accept his suggestions to help others who faced similar requirements.
If that also doesn't help, please share more detailed information to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@Anonymous So, a lot of people solve this by adding a column like:
Column =
VAR __Yesterday = TODAY() - 1
RETURN
IF([Date] = __Yesterday,"Yesterday",[Date] & "")
You use this column in your slicer, set it to Yesterday, save and publish.
Hi @Greg_Deckler ,
Thanks for replying this is working but i have to show the yesterday's date when we land on the report.
@Anonymous Right, so you would set the slicer to "Yesterday" and save it. Publish it, now Yesterday should be the default for the report.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
4 | |
4 | |
4 | |
4 | |
4 |