The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Dear All,
I have a problem with the average production revenue in the BI report. I have a need to average sales as below. Value and brand entry daily. Can you help me create a measure to calculate the price that value?
Brand | Revenue |
10 | 500 |
20 | 300 |
30 | 800 |
40 | 1000 |
average=(500/total revenue)*10+(300/total revenue)*20+(800/total revenue)*10+(1000/total revenue)*40
Thanks
Averagex(tableName,tableName[Brand] * tableName[Revenue])
Dear Matt,
Thanks for your reply but maybe not right.
Please refer my picture bellow.I have model and KG and i want to see value like that.
Ok, yes. Mine is simple average, yours is the weighted average. I think the following will work
SUMX(tableName,tableName[Model] * tableName[KG]/sum([tableName[KG]))
Dear Matt,
Greate.It's can work now.
Thanks so much for your support.
Loc Le
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |