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! Learn more
Hi
We have 3 tables:
CURRENCY
RATES
SALES
Our goal is to show ConvertedAmount in SALES, based on wich CURRENCY user selected in a Slicer.
Thank's!!!
Solved! Go to Solution.
Hi @lcanal,
Please refer to below measures:
Selected Rate = CALCULATE ( LASTNONBLANK ( RATES[RATE], 1 ), FILTER ( RATES, RATES[STARTDATE] >= MAX ( SALES[DATE] ) ) ) ConvertedAmount = MAX(SALES[AMOUNT])*[Selected Rate]
Best regards,
Yuliana Gu
Hi @lcanal,
Please refer to below measures:
Selected Rate = CALCULATE ( LASTNONBLANK ( RATES[RATE], 1 ), FILTER ( RATES, RATES[STARTDATE] >= MAX ( SALES[DATE] ) ) ) ConvertedAmount = MAX(SALES[AMOUNT])*[Selected Rate]
Best regards,
Yuliana Gu
Hi @lcanal,
Have you worked it out? If so, please kindly mark the helpful reply as an answer so that more users can benefit from it. If you still have any concern, please feel free to ask.
Thanks,
Yuliana Gu
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.