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
cheskafausto
Frequent Visitor

Showing a graph based on current time plus 15mins

Hi everyone, 

 

In relation to this post below : 

https://community.powerbi.com/t5/Desktop/Showing-graph-based-on-current-time/td-p/316366

 

I am trying now to create a graph that shows the next 15mins based on the current local time. I tried using this formula:

 

#"custom step"=Table.SelectRows(#"Name of Previous Step", each ([Datetime]) <=(DateTime.LocalNow()+0.010416))

 but I get an error saying, I can't add that number to a date.time format. 

 

btw the number is 1/96 to represent 1 15min interval in a day. 

 

Any thoughts on this ?

1 ACCEPTED SOLUTION
v-yuezhe-msft
Employee
Employee

@cheskafausto,

Please change your code to the following:

#"custom step"=Table.SelectRows(#"Name of Previous Step", each ([Datetime]) <=(DateTime.LocalNow()+#duration(0,0,15,0)))

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yuezhe-msft
Employee
Employee

@cheskafausto,

Please change your code to the following:

#"custom step"=Table.SelectRows(#"Name of Previous Step", each ([Datetime]) <=(DateTime.LocalNow()+#duration(0,0,15,0)))

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Yes! Adding this function has worked! Thanks a bunch! 😄 

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.