Hi there,
I have table and need to write formula in Column2 where Column1 values would be lookuped up by date. Any help please?
Solved! Go to Solution.
@Edmundas Maybe:
Column2 =
VAR __Date = [Date]
VAR __Table = FILTER(ALL('Table'),[Date] = __Date)
RETURN
MAXX(__Table,[Column1])
@Edmundas Maybe:
Column2 =
VAR __Date = [Date]
VAR __Table = FILTER(ALL('Table'),[Date] = __Date)
RETURN
MAXX(__Table,[Column1])
Thank you so much, it worked perfectly!
Watch the playback when Priya Sathy and Charles Webb discuss Datamarts! Kelly also shares Power BI Community updates.
User | Count |
---|---|
104 | |
70 | |
47 | |
43 | |
41 |
User | Count |
---|---|
108 | |
57 | |
52 | |
48 | |
48 |