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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Display at the report the next atualization

I built a financial report that shows some important info.

 

The report data isn't refreshed in real time, so i scheduled it to refresh 8 times per the day (the maximum permitted)

Now I need to display the next refresh on the report. How can i do this?

 

I've created a table with the scheduled hours, then I need to verify the next one comparing to the time now().

I am struggling with this, because I don't know which time function is required to accomplish it

How can I do this?

 

Screenshot_1.png

3 REPLIES 3
TeigeGao
Solution Sage
Solution Sage

Hi @Anonymous ,

Please refer to the following DAX query:

Measure = IF(TIME(HOUR(NOW()),MINUTE(NOW()),00) >= TIME(17,00,00),TIME(8,00,00),CALCULATE(MIN('Time'[Time]),'Time'[Time] >= TIME(HOUR(NOW()),MINUTE(NOW()),00)))

Best Regards,

Teige

Anonymous
Not applicable

Thank you @TeigeGao  for your time.

 

But that didn't work for me. I need to use the time values stablished on the table . (08:00, 09:30, 10:30, etc). And I couldn't use that measure that way.

Do you mean that they are stored as text format?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.