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
MAX function returns the largest value in a column.
In your scenerio, it would return the maxium value of exchange rate from rate table.
Appreciate your kudos!! Mark this post as solution if this helps.
I read your previous Post. Looks like you don't need to use aggregated function MAX with EXCHANGE RATE. Simply USE below:
Measure = SUM('TABLE7'[FOREIGN AMT])*'RATE'[EXCHANGE RATE])
Hi Sir
once i remove max , it does not work.
Do you have to make it as a Measure Only? I think it should be created as a calculated Column rather than Measure.
Hello
I try to use column , and with MAX no error , but result every row same value ,if i remove MAX it got error Below :-
MAX function returns the largest value in a column.
In your scenerio, it would return the maxium value of exchange rate from rate table.
Appreciate your kudos!! Mark this post as solution if this helps.
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!