The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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)))
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |