Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
How would I include a time stamp visual that originates from a dataset that is on an autorefresh schedule q2 hours? The goal is to display the time the data set was last refreshed. Thank you
Solved! Go to Solution.
Yeah, that's because of the time zone offset. Apparently the time zone of the service is +5 hours ahead or -7 hours from your time zone. You can fix that by adding or subtracting hours.
Measure 27 = NOW() + .0416666666667 * (1)
Just adjust the + sign and the 1 as needed.
Include a column in one of your tables that refreshes of TODAY() or NOW(). This will be updated upon refresh.
Thanks. Did that and used NOW(). Looks as expected in desk top, example 12:25 local time which matched, but service is displaying time as 5:18
Yeah, that's because of the time zone offset. Apparently the time zone of the service is +5 hours ahead or -7 hours from your time zone. You can fix that by adding or subtracting hours.
Measure 27 = NOW() + .0416666666667 * (1)
Just adjust the + sign and the 1 as needed.
Created a Quick Measure for this:
https://community.powerbi.com/t5/Quick-Measures-Gallery/TIMEADD/m-p/585280#M278
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.