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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Taher1
Frequent Visitor

Automatic pull of new data based on end date in url power query

Hello Power BI community, 

 

I am working on a project that should produce daily dashboards using data from Personio. In order to pull Attendances from Personio, there's a start time and an end time (date parameters) that must be filled. We have done this using Workato. Our goal is to set a start time (for example 2022-05-01) and end time should be the current day so we could automatically pull data from Personio. Is this possible? If so, how? 

 

Note: I tried setting end time to DateTime.LocalNow() and it didn't work. 

 

I appreciate your support! 

 

Best regards

1 ACCEPTED SOLUTION
Vijay_A_Verma
Super User
Super User

It has to be

Date.From(DateTime.LocalNow())

View solution in original post

1 REPLY 1
Vijay_A_Verma
Super User
Super User

It has to be

Date.From(DateTime.LocalNow())

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors