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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi, This is my first power bi and I'm having trouble finding help on averaging a row. Everything online is about averaging columns. I have tried to transpose my table, but end up with errors that won't allow me to work with it.
I will have 22 numbers in each row that need to be averaged and about 450 rows. Is there a way to do this dynamically where I won' thave to write 450 formulas?
Thank you,
Solved! Go to Solution.
Hi @JBennett12 ,
I have created a simple sample, please refer to it to see if it helps you.
Click the Home>>Transform data. Click the rows you want to calculate. Then click Transform>> unpivot columns.
Then create a measure.
Measure = CALCULATE(AVERAGE('Table'[Value]),FILTER(ALL('Table'),'Table'[date]=SELECTEDVALUE('Table'[date])))
If I have misunderstood your menaing, please provide your pbix file without privacy information and desired output with more details.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @JBennett12 ,
I have created a simple sample, please refer to it to see if it helps you.
Click the Home>>Transform data. Click the rows you want to calculate. Then click Transform>> unpivot columns.
Then create a measure.
Measure = CALCULATE(AVERAGE('Table'[Value]),FILTER(ALL('Table'),'Table'[date]=SELECTEDVALUE('Table'[date])))
If I have misunderstood your menaing, please provide your pbix file without privacy information and desired output with more details.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Sorry, I meant to post this as well, this is the first half of my list.
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 |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 36 | |
| 32 | |
| 25 | |
| 23 |