Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I would like a measure that displays the last note (based on date column) in a relatedtable. And only on the first level in the matrix...im guessing some use of ISINSCOPE('Company'[CompanyName])
@Anonymous Maybe:
Measure =
IF(
ISINSCOPE('Company'[CompanyName]),
VAR __Date = MAX('Notes'[Date])
RETURN
MAXX(FILTER('Notes',[Date]=__Date),[Note]),
BLANK()
)
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |