This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
I would like to create a column named as "average" to calculate the avarage for each ag_regional for this whole periods in my data base (the script has to select all dates registred to make the average , I have to select all columns with dates at once instead of write one by one and exclude NULL values from the average)
How do I make it happen?
Solved! Go to Solution.
It would be something like
each List.Average(Record.FieldValues(_ & [ag_regional=null]))
Oh sorry if I wasn't clear, you put that line in a add colums - custom column dialog.
In that case, the line would have:
Average = Table.AddColumns(#"Pivoted Column", "Average", <the line I provided starting with each>)
It would be something like
each List.Average(Record.FieldValues(_ & [ag_regional=null]))
When I put the Script:
Then It happens, what do I have to put in this blank space?
Oh sorry if I wasn't clear, you put that line in a add colums - custom column dialog.
In that case, the line would have:
Average = Table.AddColumns(#"Pivoted Column", "Average", <the line I provided starting with each>)
Check out the May 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 |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 |