Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone, hope you doing well.
May I know how can i calculate average value from a different table ? below are the example.
In table 1, i would like to calculate the average amount from table 2 based on the supplier ID.
Result expecting is
Solved! Go to Solution.
@Anonymous
Average =
AVERAGEX ( RELATEDTABLE ( Table1 ), Table1[Amount] )
@Anonymous
Any relationship between tables?
yes
@Anonymous
Average =
AVERAGEX ( RELATEDTABLE ( Table1 ), Table1[Amount] )
Hi !!!! thank you so much !!!! thanks for the answer !
Hi @Anonymous Use the same measure I gave you earlier
Hi @DimaMD , would also like to clarify that. I wanted to create a new column in the table 1 that store the average value from table 2
Hi, @DimaMD ,
Thanks for replying, i have tried but not sure why it could not generate my expected result.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |