Forum Discussion
Anonymous
7 years agoNot applicable
Adding certain rows from a table using a condition
Imagine I have a table that has two columns, Units Sold and Product : Units Sold Product 3 Fruit 5 Beverage 2 ...
benfedit
7 years agoAdvocate I
Hi Johnray,
I don't think that you need to create a measure for this.
You can simply create a bar chart in PowerBI and drag your existing measure "Unit Sold" in Value and "Product" into the Axis part then by clicking on "UnitSold" you can set the summarization to average.
You can still create a measue if you want: Measure = AVERAGE(Table1[UnitSold])