Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I'm using a slicer that uses an unrelated date table to set the maximum date of the main date table, without filtering that main table to a single month (like what would happen if the slicer were using the main date table instead).
However, since they're unrelated, the date comparison ( Datetable1 <= Selected(DateTable2) ) won't work.
This is my code for a calculated column, which will be put into a table:
------------------------------------------------------------------------------
Hi @Loubot3000 ,
Have you tried the LOOKUPVALUE expression? : https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax
How would you suggest using it in this context?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.