Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
17 | |
16 | |
15 |
User | Count |
---|---|
29 | |
27 | |
19 | |
15 | |
14 |