Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello! I'm calling an API function each row in a table. But in some cases the API throttles and the result returns null.
Can I create some rule that the function only go to the next row when the result isn't null?
Use try ... otherwise ... as a cheap way to retry an API call. If you need to wait a bit, read about Function.InvokeAfter