Forum Discussion

allmana's avatar
allmana
Regular Visitor
10 years ago
Solved

WEIGHTED AVG

Hi,  I am having difficulty created a weighted avg measure (balance*int rate) and tried creating a helper column to no avail. I am new to PBI and would appreciate assistance.
  • leonardmurphy's avatar
    leonardmurphy
    10 years ago

    SUM([Net_Active_Balance])

     

    not SUM('Analytics_SourceDat',[Net_Active_Balance])

     

    perhaps?