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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
neoneo
Frequent Visitor

How to create summary table

help me please

I have this table

 

Name      Type             Score

A             Normal               4

A             Special                2

B             Normal               3

B             Special                3

C             Normal              3

C             Special               4

 

How to create new table like this (for make visualization)

 

Name        Average Score

A                                  3.0            

B                                  3.0

C                                  3.5

 

Thank you for your guidance. I appreciate your feedback.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@neoneo ,

In DAx -

new table = summarize(Table, table[Name], "Average Score" ,Average(Table[Score]))

 

in power query, you have a group by data

https://support.microsoft.com/en-us/office/group-rows-in-a-table-power-query-e1b9e916-6fcc-40bf-a6e8...

 

Group By Power Query.png

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
VijayP
Super User
Super User

@neoneo  Follow this:

in the Fields you need to select average instead of Sum (Any Visual)

If  you Find this as solution please notify and share your Kudos

Thanks , Vijay Perepa

Video_2020-09-18_125210.gif




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


amitchandak
Super User
Super User

@neoneo ,

In DAx -

new table = summarize(Table, table[Name], "Average Score" ,Average(Table[Score]))

 

in power query, you have a group by data

https://support.microsoft.com/en-us/office/group-rows-in-a-table-power-query-e1b9e916-6fcc-40bf-a6e8...

 

Group By Power Query.png

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks for responding.You’re so helpful

 

@neoneo , Thanks 😀.

In case it is able to resolve your issue. Please accept a solution. Or you can let us know the challenge you are facing.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.