Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a situation where I'm calling into a Rest API with transactional data. I need to pass in a date/time as part of the API call...
apiUrl = "BASE-URL/transactions/search/recordsModifiedBetween?From="&LastSearchTime&"&To="&DateTime.LocalNow&"",
The goal is to log the time the last search ran and pass that as a parameter into the query so that I only get modified records from the API during a specific window of time. I need to implement this across 100 or so calls, so updating the Parameter manually isn't an option.
Any thoughts would be greatly appreciated.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 2 |