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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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])