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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
How would you write this query? It is to add up different columns * 200000 / sum of another column. I'm trying to break it down as simple as possible. StartDate is a date 12 months ago. It doesn't allow me to do calculations on var. Thanks in Advance.
@Anonymous , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Inplace of Value([StartDate]) you need to have min([StartDate])