Forum Discussion

Ben_Kronk's avatar
Ben_Kronk
Frequent Visitor
6 years ago

Create a filtered average column by combining two measures

I am new to Power BI and I want to create a new column that an average of the total of two other columns.   I can create the total using a measure:  TOTAL 1 = DISTINCTCOUNT(Database[Column 1])   ...