🔥 3-day streak
Microsoft Power Platform Developer26 / 140
Question 26 of 140
A canvas app screen calculates order totals in several controls. Each control repeatedly calls LookUp(Customers, CustomerID = varOrder.CustomerID) to fetch the same customer record, and then reads different fields (discount rate, region, credit limit) from the result. Users report the screen feels sluggish because the same Dataverse record is retrieved multiple times. You want to retrieve the record once and reference its fields across the calculations in a single, readable formula. Which Power Fx approach best achieves this?
Reviewed for accuracy · Report an issueNext question