The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |