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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Your file has been submitted successfully. We’re processing it now - please check back in a few minutes to view your report.
02-19-2019 08:16 AM - last edited 02-21-2019 13:15 PM
Simple Compound Interest Quick Measure:
Future Value = VAR __principal = [Principal Value] VAR __r = [Effective Rate] VAR __n = [n Value] VAR __t = [t Value] RETURN __principal*POWER((1+__r/__n),(__n*__t))
eyJrIjoiZjZmMjE3NGItYmIzZi00YjYwLWIyY2MtNjZmNzM5YzQ4ZjBlIiwidCI6IjRhMDQyNzQzLTM3M2EtNDNkMi04MjdiLTAwM2Y0YzdiYTFlNSIsImMiOjN9
Man this makes my life so much easier! I'm trying to automate some of my price estimation using Power Bi and that just made my day!