Forum Discussion
Anonymous
5 years agoNot applicable
Average Calculation
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 doe...
amitchandak
5 years agoSuper User
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])