Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Hello everyone
I tell you that I have a model which reads weekly excel files, so the information is changing
the problem I have is as follows
This changes by week, suppose the first value is from week 1 and I need to read the last one that is from week 5. create a function that will bring me the most current week but still when trying to use the VLOOKUPVALUE function but it tells me that several values are provided where only one was expected and it is logical since there are 2 different values, attached referential image of the values (TS Port1)
How can I read them?
Thank you very much in advance ❤️
Solved! Go to Solution.
Hi @Syndicate_Admin ,
Use calculate max instead of lookupvalue
column = calculate(max(value),filter(...))
Best Regards,
Jay
Hi @Syndicate_Admin ,
Use calculate max instead of lookupvalue
column = calculate(max(value),filter(...))
Best Regards,
Jay
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!