Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Rygar
Helper II
Helper II

Calculate simple Average of Column

Dear Community,

 

this should be simple, but I dont know how to do it in M Language. Value is given, the second Column (Average of Column Value + 10) should be calculated:

ValueAverage of Column Value + 10 
1030 
2030 
3030 

 

Thanks and regards, Michael

2 ACCEPTED SOLUTIONS
Vijay_A_Verma
Super User
Super User

Use below formula in a custom column where #"Previous Step" should be your previous step

= List.Average(#"Previous Step"[Value])+10

View solution in original post

AlexisOlson
Super User
Super User

It's generally better to do this sort of thing with a measure in DAX, but if you have to do it in the query editor, you can write a custom column like this:

AlexisOlson_0-1660319024454.png

You'll need to use whatever the previous step name was instead of #"Changed Type".

View solution in original post

4 REPLIES 4
AlexisOlson
Super User
Super User

It's generally better to do this sort of thing with a measure in DAX, but if you have to do it in the query editor, you can write a custom column like this:

AlexisOlson_0-1660319024454.png

You'll need to use whatever the previous step name was instead of #"Changed Type".

This did it, thanks!

Vijay_A_Verma
Super User
Super User

Use below formula in a custom column where #"Previous Step" should be your previous step

= List.Average(#"Previous Step"[Value])+10

Very nice, thanks!

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors