Forum Discussion
Anonymous
9 years agoNot applicable
Power BI Weighted Average Help
Hi - I am attempting to create a weighted average based upon the following: Data resides in one table. The significant columns are 'days outstanding', 'invoice amount', and invoice#. Ex - 10...
Anonymous
9 years agoNot applicable
Hi Anonymous,
I am not sure what is the raw data in your table.
I make a test using the table shown in first screenshot, I create a new column and measure using formulas below to calculate Weighted average.
Column = Table5[days outstanding ]*Table5[invoice amount]
Weighted Avg = SUM(Table5[Column])/SUM(Table5[invoice amount])
If the above formulas doesn’t help, please help to share sample data of your table and post expected result here.
Thanks,
Lydia Zhang