The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
It has to be
Date.From(DateTime.LocalNow())