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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
RingoSun
Helper II
Helper II

How can I calculate the sales from these columns?

RingoSun_0-1668951477974.png

As seen above I have the following columns and the practice question that I am doing requires me to get the sales, but I'm not sure how exactly can I get the Sales from all of those columns. Any help would be appreciated!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @RingoSun ,

Suppose you want to sum the dollar column, you can:

1. Create a card visual and drag the [ Dollars ] field into the card visual.

2. Or new a measure like:

 

Measure = SUM('Table'[Dollars])

 

Then drag it into the card visual.

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @RingoSun ,

Suppose you want to sum the dollar column, you can:

1. Create a card visual and drag the [ Dollars ] field into the card visual.

2. Or new a measure like:

 

Measure = SUM('Table'[Dollars])

 

Then drag it into the card visual.

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

speedramps
Super User
Super User

We want to help you but your description is too vaugue. Please write it again clearly.

You will get a quick response if you put time, care and effort into writing clear problem descriptions.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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