Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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!