Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Average Discount Percentage = AVERAGE('OrderDetails'[Discount] / 'OrderDetails'[Quantity])
THIS GAVE AN ERROR that says the parameter is not the correct type whenever i put the this section"/ 'OrderDetails'[Quantity])"
please assist on how to reolve this
Hi @Anonymous
AVERAGE formula only works for one column. I don't know what you're trying to achieve but you can do, for instance:
Average Discount Percentage = AVERAGE('OrderDetails'[Discount]) / AVERAGE('OrderDetails'[Quantity])
or
Average Discount Percentage = AVERAGEX('OrderDetails', DIVIDE('OrderDetails'[Discount], 'OrderDetails'[Quantity],0))
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 8 | |
| 7 | |
| 7 |