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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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