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
Sowmiya
Helper III
Helper III

How to disappear previous data when timezone changes to 12:00 of next day

Hi Community,

My Client requested that the data from sharepoint which is displaying current day data in Power bi desktop should disappear when the timezone changes to 12:00 of next day. Previous day data disappear and dashboard should shows empty data.Until client started to work  next day from 7:00 A.M.  Is this doable in Power Bi

1 ACCEPTED SOLUTION

OK, and does your data have a timestamp in it that denotes what day it is for? If so, you could create a measure that is essentially:

 

IsToday = 
IF(MAX([Date])>=TODAY(),1,BLANK())

You can then add this to your visuals or filter on IsToday = 1.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

Quite probably but need a lot more info and a clearer explanation. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Hi @Greg_Deckler

Consider my dashboard visualizing for current day (11-12-2018) and my time zone is UTC+5:30. When my time reaches 12:00:00 A.M. i.e., 11-13-2018. Then my dashboard visualizing previous day i.e., 11-12-2018 wants to be disappear and the dashboard data remains to empty. Until I update the data by next day 11-13-2018 at 07:00:00 a.m. the dashboard visualize only empty data. When I update my first data at 11-13-2018 07:00:00 a.m. the dashboard should gets the data and visualize the data for 07:00:00 a.m.

Regards,

Sowmiya

OK, and does your data have a timestamp in it that denotes what day it is for? If so, you could create a measure that is essentially:

 

IsToday = 
IF(MAX([Date])>=TODAY(),1,BLANK())

You can then add this to your visuals or filter on IsToday = 1.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

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!

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