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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hey brains trust
I'm connecting to a Google Sheet that has number of columns input by staff most days. The Date field is prepopulated.
I want a measure that tells me the last date that a column [Amount Spent] had a value.
Is this the best way to achieve - (it is working but I'm new at this so not sure if this is the best way?):
@Peta_g this code might get the last date
Last Updated = LASTNOBLANK(ALL(WebDailyAdStats[Date]),CALCULATE(SUM(WebDailyAdStats[Amount Spent]),ALL(WebDailyAdStats)))