Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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!