Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I would like to create an average of value of all columns. For example I would like to know the average on 0-1 which will be average (57+60+58+54+75) = 60.8
my issue is, I cannot just do sum((T1_Count) + (T2_Count)+(T3_Count)+(T4_Count)+(T5_Count))/5, as the number of columns will get larger everyday therefore if I just type 5 the next day it will give me the wrong average.
Thanks.
Solved! Go to Solution.
Hi @YBob23 ,
Your best option would be to normalize the data and unpivot on the hour column. Then you could apply an average much easier.
Did I help you today? Please accept my solution and hit the Kudos button.
Hi @YBob23 ,
Your best option would be to normalize the data and unpivot on the hour column. Then you could apply an average much easier.
Did I help you today? Please accept my solution and hit the Kudos button.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 48 | |
| 38 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 76 | |
| 35 | |
| 27 | |
| 25 |