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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
harshoyal67
New Member

summarizing column value

i want to summazige my coloum value and summarize it in to one value set, so as to get one spent and click value for one advertisement.

example

       Advertisement           datetime                          hourly_spent

1    fb-2342234-111       6/12/2017 10:2:42 pm     250

2    fb-2342234-111       6/12/2017 11:2:42 pm     420

3    fb-2344334-211       6/12/2017 10:2:42 pm     784

4    fb-2347556-311       6/12/2017 10:2:42 pm     985

 

so i want to get one cumulative value for 1 and 2 data set. that is

       Advertisement           datetime                          hourly_spent

      fb-2342234-111                                                     670

 

 

help me with this solution

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @harshoyal67,

 

You can simply use 'summarize' function to achieve your requirement, below is the sample formula.

 

Create a new table to store the summary result:

Summary table=SUMMARIZE(Table,[Advertisement],"hourly_spent",SUM(Table[hourly_spent]))

 

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @harshoyal67,

 

You can simply use 'summarize' function to achieve your requirement, below is the sample formula.

 

Create a new table to store the summary result:

Summary table=SUMMARIZE(Table,[Advertisement],"hourly_spent",SUM(Table[hourly_spent]))

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors