Pinned Loading
-
[Basic Calendar Table] #powerquery
[Basic Calendar Table] #powerquery 1let2Kalendertabelle = (startDate as date, endDate as date, optional Culture as nullable text) =>
3let4days = Duration.Days(endDate - startDate) + 1,
5date_range = List.Dates(startDate, days, #duration(1, 0, 0, 0) ),
-
[Loads HubSpot CRM v3 objects] #powe...
[Loads HubSpot CRM v3 objects] #powerquery 1let2// Main function: fetch CRM objects with optional property history and associations3Fn = (object as text, props as list, optional propsHistory as nullable list, optional assoc as nullable list) as table =>
4let5useHistory = propsHistory <> null and List.Count(propsHistory) > 0,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.