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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
askspepsi
Helper II
Helper II

Current date report and check other dates report

Greeting Guys,

I have the below report in which i want the report to show the current dated report after the scheduled refresh everyday (Which i Have kept in the online service), but if i wanted to change the date to see other dates report is it possible.

 

askspepsi_0-1628492171122.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @askspepsi ,

 

Refer this mothed.

Create a calendar table as slicer.

Create a measure like below and add it to visual filter where measure =1.

If the slicer is selected, show selected date's data, if the slicer is not selected, show today's data.

measure = IF(ISFILTERED('table'[date]),IF(SELECTEDVALUE('table'[date]) in VALUES('calendar'[date]),1,0),IF(SELECTEDVALUE('table'[date])=today(),1,0))

 

Best Regards,

Jay

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @askspepsi ,

 

Refer this mothed.

Create a calendar table as slicer.

Create a measure like below and add it to visual filter where measure =1.

If the slicer is selected, show selected date's data, if the slicer is not selected, show today's data.

measure = IF(ISFILTERED('table'[date]),IF(SELECTEDVALUE('table'[date]) in VALUES('calendar'[date]),1,0),IF(SELECTEDVALUE('table'[date])=today(),1,0))

 

Best Regards,

Jay

amitchandak
Super User
Super User

@askspepsi , You need to create a column like this in your date table and sort it on date. Save on today

 

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

 

Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=35

 

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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
Top Kudoed Authors