This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Solved! Go to Solution.
if you want to sum the 3 columns and divide by 3
you just need to use the following :
('Weekly Report'[Days In-Office/Travel]+'Weekly Report'[Holidays in selected period]+'Weekly Report'[Days with Time Away] ) / 3
if not , then please share how you want to average to be calculated.
if this helps kindly mark as an accepted solution as this wjll help others to find the answer easily.
Hi @MileBI
Averagex is an iterating function, so when you use it as a calculated column it iterates the calculation by column level.
If you need just an average between 3 columns just use a simple :
more details about how iteration functions work are here :
https://www.youtube.com/watch?v=-3snD-VOqik
it is about sumx, but all of those functions work with the same logic
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi @MileBI
Averagex is an iterating function, so when you use it as a calculated column it iterates the calculation by column level.
If you need just an average between 3 columns just use a simple :
more details about how iteration functions work are here :
https://www.youtube.com/watch?v=-3snD-VOqik
it is about sumx, but all of those functions work with the same logic
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Thanks, I guess I was trying to make it more complicated then is needs.
This option works
if you want to sum the 3 columns and divide by 3
you just need to use the following :
('Weekly Report'[Days In-Office/Travel]+'Weekly Report'[Holidays in selected period]+'Weekly Report'[Days with Time Away] ) / 3
if not , then please share how you want to average to be calculated.
if this helps kindly mark as an accepted solution as this wjll help others to find the answer easily.
Thanks, I guess I was trying to make it more complicated then is needs.
This option works
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |