Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
XFCXBI
New Member

How to allow data of current date to be shown?

I want to show the data that is associated only with today, and it will refresh daily. How can I do it?

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

uses the filter relative date filter

.pbi.png

View solution in original post

3 REPLIES 3
v-easonf-msft
Community Support
Community Support

Hi, @XFCXBI 

If your problem has been solved, you could accept the helpful answer as solution to close this thread..You could also share your own solution here. Other community members will easily find the solution when they get the same issue.

Best Regards,
Community Support Team _ Eason

Syndicate_Admin
Administrator
Administrator

uses the filter relative date filter

.pbi.png

amitchandak
Super User
Super User

@XFCXBI , One create a column like this and use that in slicer and save

 

Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")

 

You can sort above on date

Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA

 

All About Time Intelligence around Today: https://youtu.be/gcLhhxhXKEI

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors