Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi good day,
Can anyone help me on how can i get the average on my table below.
OUTPUT
Thank you
Solved! Go to Solution.
Hi @AllanBerces
you can write a column as follows:
calculate (average (completed) , filter (table , [job#] = earlier ([job#]))
If this post helps, then I would appreciate a thumbs up 👍 and mark it as the solution to help the other members find it more quickly.
Hi,
Just in case you want a measure, try this
Measure = averagex(all(Data[Trade]),[Completed])
I have assumed that Completed is a measure which you have written.
Hi @AllanBerces
you can write a column as follows:
calculate (average (completed) , filter (table , [job#] = earlier ([job#]))
If this post helps, then I would appreciate a thumbs up 👍 and mark it as the solution to help the other members find it more quickly.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 24 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 54 | |
| 50 | |
| 41 | |
| 33 | |
| 25 |