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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

 

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

 

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.